From 6a4082406f71e40541602473bb0003fe3879fcdd Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Tue, 10 Jan 2012 15:34:34 -0900 Subject: Working yetihack --- YetiHack/os/windows/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 YetiHack/os/windows/Makefile (limited to 'YetiHack/os/windows/Makefile') diff --git a/YetiHack/os/windows/Makefile b/YetiHack/os/windows/Makefile deleted file mode 100644 index d1e8745..0000000 --- a/YetiHack/os/windows/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -yetihack.exe: ../YetiHack.cpp - i586-mingw32msvc-g++ src/YetiHack.cpp src/yeti.cpp -o yetihack.exe -lpdcurses - -rm os/windows/yetihack-windows/yetihack.exe - ln yetihack.exe yetihack-windows - -package: yetihack.exe - makensis install.nsi - zip yetihack-windows.zip yetihack-windows - -clean: - -rm yetihack.exe - -rm YetiHack_installer.exe - -rm yetihack-windows.zip - -rm yetihack-windows/yetihack.exe - -- cgit v1.3.1