diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:24:39 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:24:39 -0900 |
| commit | c1d1a4cfb55e87fb4db68980b3af9c31fde363a9 (patch) | |
| tree | 2d0f92a791c1151a9683788b808dd6eaf4857c2f /YetiHack/os/windows/Makefile | |
| parent | wrong directory (diff) | |
| parent | yetihack v.1 (diff) | |
| download | yetihack-c1d1a4cfb55e87fb4db68980b3af9c31fde363a9.tar.zst | |
Merge branch 'master' of github.com:rayhogenson/YetiHack
Diffstat (limited to 'YetiHack/os/windows/Makefile')
| -rw-r--r-- | YetiHack/os/windows/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/YetiHack/os/windows/Makefile b/YetiHack/os/windows/Makefile new file mode 100644 index 0000000..d1e8745 --- /dev/null +++ b/YetiHack/os/windows/Makefile @@ -0,0 +1,15 @@ +yetihack.exe: ../YetiHack.cpp + i586-mingw32msvc-g++ src/YetiHack.cpp src/yeti.cpp -o yetihack.exe -lpdcurses + -rm os/windows/yetihack-windows/yetihack.exe + ln yetihack.exe yetihack-windows + +package: yetihack.exe + makensis install.nsi + zip yetihack-windows.zip yetihack-windows + +clean: + -rm yetihack.exe + -rm YetiHack_installer.exe + -rm yetihack-windows.zip + -rm yetihack-windows/yetihack.exe + |
