aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-04-11 15:44:38 -0800
committerRay Hogenson <rayhogenson@gmail.com>2012-04-11 15:44:38 -0800
commit86af258b3982d280d041b72eae09a90fdc8afdfa (patch)
treef960c2e10f072aad17f55d5033e4df31ed1a2db7 /os
parentfixed some stuff (diff)
downloadyetihack-86af258b3982d280d041b72eae09a90fdc8afdfa.tar.zst
added an intro
Diffstat (limited to 'os')
-rw-r--r--os/windows/Makefile2
1 files changed, 1 insertions, 1 deletions
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/