aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-03-18 16:27:29 -0800
committerRay Hogenson <rayhogenson@gmail.com>2012-03-18 16:27:29 -0800
commit3db4a4c805e29ac1f79bd6d7e59e1422714cfa01 (patch)
tree19043a649a2d82884cd904876795f42501ed132b
parent4439274d27362127ee2ab6279227b07104a3931c (diff)
downloadyetihack-3db4a4c805e29ac1f79bd6d7e59e1422714cfa01.tar.zst
got it to compile on new system
-rw-r--r--os/windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/Makefile b/os/windows/Makefile
index cc2c4d1..3e95448 100644
--- a/os/windows/Makefile
+++ b/os/windows/Makefile
@@ -1,5 +1,5 @@
yetihack.exe: src/YetiHack.cpp
- i586-mingw32msvc-g++ -Iinclude src/YetiHack.cpp src/yeti.cpp -o src/yetihack.exe -lpdcurses
+ i486-mingw32-g++ -Iinclude src/YetiHack.cpp src/yeti.cpp -o src/yetihack.exe -lpdcurses
-rm os/windows/yetihack-windows/yetihack.exe
ln src/yetihack.exe os/windows/yetihack-windows/