From adc79032764885b4701e33a874487ebd74d9657d Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Mon, 26 Mar 2012 15:12:04 -0800 Subject: added press enter prompt --- os/windows/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/windows/Makefile') diff --git a/os/windows/Makefile b/os/windows/Makefile index 3e95448..b617610 100644 --- a/os/windows/Makefile +++ b/os/windows/Makefile @@ -1,5 +1,5 @@ -yetihack.exe: src/YetiHack.cpp - i486-mingw32-g++ -Iinclude src/YetiHack.cpp src/yeti.cpp -o src/yetihack.exe -lpdcurses +yetihack.exe: src/YetiHack.cpp src/yeti.cpp + i486-mingw32-g++ src/YetiHack.cpp src/yeti.cpp -o src/yetihack.exe -L . -lpdcurses -Iinclude -static-libgcc -static-libstdc++ -rm os/windows/yetihack-windows/yetihack.exe ln src/yetihack.exe os/windows/yetihack-windows/ @@ -7,7 +7,7 @@ package: yetihack.exe makensis os/windows/install.nsi cd os/windows/yetihack-windows && zip ../../../package/yetihack-windows.zip * -install: yetihack.exe +install: yetihack.exe package ./YetiHack_installer.exe clean: -- cgit v1.3.1