From 3db4a4c805e29ac1f79bd6d7e59e1422714cfa01 Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Sun, 18 Mar 2012 16:27:29 -0800 Subject: got it to compile on new system --- 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 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/ -- cgit v1.3.1