Removed GNUWin32 files and uneeded files seince FML is now a submodule.
This commit is contained in:
parent
d1479d1a77
commit
95ba5f4e3a
7 changed files with 0 additions and 29 deletions
|
@ -1,6 +0,0 @@
|
|||
These files are taken from the GnuWin32 page, for simplicity's sake.
|
||||
Honestly, I dont understand why windows doesn't have the equivently of these programs, but whatever.
|
||||
These are only used in the git repo, and not in the released version, so they are not shipped anywhere outside the git.
|
||||
|
||||
http://gnuwin32.sourceforge.net/packages/wget.htm
|
||||
http://gnuwin32.sourceforge.net/packages/unzip.htm
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
21
setup.bat
21
setup.bat
|
@ -1,21 +0,0 @@
|
|||
@echo off
|
||||
|
||||
@SET PATH=%PATH%;.\GnuWin32\
|
||||
|
||||
if exist "fml" rmdir /S /Q fml
|
||||
|
||||
for %%f in (fml-*.zip) do (
|
||||
if exist "fml" (
|
||||
echo Multiple FML zips detected, aborting: %%~nf
|
||||
exit /b 1
|
||||
)
|
||||
echo Extracting %%~nf
|
||||
unzip -q %%~nf.zip
|
||||
)
|
||||
|
||||
if not exist "fml" (
|
||||
echo Could not find a valid FML FML jar, aborting
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
fml\python\python_fml setup.py --no-extract %*
|
2
setup.sh
2
setup.sh
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
python setup.py "$@"
|
Loading…
Reference in a new issue