From 86af258b3982d280d041b72eae09a90fdc8afdfa Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Wed, 11 Apr 2012 15:44:38 -0800 Subject: added an intro --- 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 e078d8e..b8985ed 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 os/windows/yetihack-windows/pdcurses.dll -static -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++ -DWINDOWS -rm os/windows/yetihack-windows/yetihack.exe ln src/yetihack.exe os/windows/yetihack-windows/ -- cgit v1.3.1