From 35643398483374ea573dc51d0e90e1b8e3727e48 Mon Sep 17 00:00:00 2001 From: rayhogenson Date: Sat, 15 Mar 2014 00:10:09 -0800 Subject: added cmake support --- os/windows/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 os/windows/Makefile (limited to 'os/windows/Makefile') 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 - -- cgit v1.3.1