diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-03-18 16:27:29 -0800 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-03-18 16:27:29 -0800 |
| commit | 3db4a4c805e29ac1f79bd6d7e59e1422714cfa01 (patch) | |
| tree | 19043a649a2d82884cd904876795f42501ed132b /os | |
| parent | removed unneeded lines in Makefile (diff) | |
| download | yetihack-3db4a4c805e29ac1f79bd6d7e59e1422714cfa01.tar.zst | |
got it to compile on new system
Diffstat (limited to 'os')
| -rw-r--r-- | os/windows/Makefile | 2 |
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/ |
