From d14fe2cacf42657ed2ddbe80fa0c372e1adfd201 Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Mon, 26 Mar 2012 15:35:21 -0800 Subject: added a help menu --- os/windows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/windows') diff --git a/os/windows/Makefile b/os/windows/Makefile index b617610..e078d8e 100644 --- a/os/windows/Makefile +++ b/os/windows/Makefile @@ -1,5 +1,5 @@ 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++ + 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++ -rm os/windows/yetihack-windows/yetihack.exe ln src/yetihack.exe os/windows/yetihack-windows/ -- cgit v1.3.1