aboutsummaryrefslogtreecommitdiffstats
path: root/os/windows/Makefile
diff options
context:
space:
mode:
authorrayhogenson <rayhogenson@gmail.com>2014-03-15 00:10:09 -0800
committerrayhogenson <rayhogenson@gmail.com>2014-03-15 00:10:09 -0800
commit35643398483374ea573dc51d0e90e1b8e3727e48 (patch)
tree912ca7f453067d0f19c5319eea52da10fc98d222 /os/windows/Makefile
parent7e5ecb0d0325133eee3cd6e66ccf7fdb96c231d0 (diff)
downloadyetihack-35643398483374ea573dc51d0e90e1b8e3727e48.tar.zst
added cmake support
Diffstat (limited to 'os/windows/Makefile')
-rw-r--r--os/windows/Makefile18
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
-