diff options
Diffstat (limited to 'os/windows/Makefile')
| -rw-r--r-- | os/windows/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/os/windows/Makefile b/os/windows/Makefile deleted file mode 100644 index b8985ed..0000000 --- a/os/windows/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -yetihack.exe: src/YetiHack.cpp src/yeti.cpp - i486-mingw32-g++ src/YetiHack.cpp src/yeti.cpp -o src/yetihack.exe -L os/windows/yetihack-windows/pdcurses.dll -static -lpdcurses -Iinclude -static-libgcc -static-libstdc++ -DWINDOWS - -rm os/windows/yetihack-windows/yetihack.exe - ln src/yetihack.exe os/windows/yetihack-windows/ - -package: yetihack.exe - makensis os/windows/install.nsi - cd os/windows/yetihack-windows && zip ../../../package/yetihack-windows.zip * - -install: yetihack.exe package - ./YetiHack_installer.exe - -clean: - -rm src/yetihack.exe - -rm package/YetiHack_installer.exe - -rm package/yetihack-windows.zip - -rm os/windows/yetihack-windows/yetihack.exe - |
