diff --git a/GnuWin32/README.txt b/GnuWin32/README.txt deleted file mode 100644 index 6485c4102..000000000 --- a/GnuWin32/README.txt +++ /dev/null @@ -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 \ No newline at end of file diff --git a/GnuWin32/unzip.exe b/GnuWin32/unzip.exe deleted file mode 100644 index b10387734..000000000 Binary files a/GnuWin32/unzip.exe and /dev/null differ diff --git a/GnuWin32/unzip32.dll b/GnuWin32/unzip32.dll deleted file mode 100644 index 4a7d52371..000000000 Binary files a/GnuWin32/unzip32.dll and /dev/null differ diff --git a/GnuWin32/wget.exe b/GnuWin32/wget.exe deleted file mode 100644 index 54b372e6b..000000000 Binary files a/GnuWin32/wget.exe and /dev/null differ diff --git a/fml-src-13w09c-4.99.57.570-snapshot15.zip b/fml-src-13w09c-4.99.57.570-snapshot15.zip deleted file mode 100644 index 2d17e7e6c..000000000 Binary files a/fml-src-13w09c-4.99.57.570-snapshot15.zip and /dev/null differ diff --git a/setup.bat b/setup.bat deleted file mode 100644 index 137df8a20..000000000 --- a/setup.bat +++ /dev/null @@ -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 %* \ No newline at end of file diff --git a/setup.sh b/setup.sh deleted file mode 100644 index 8c02e4c2f..000000000 --- a/setup.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -python setup.py "$@" \ No newline at end of file