aboutsummaryrefslogtreecommitdiffstats
path: root/os/windows/Makefile
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-10 15:15:55 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-10 15:15:55 -0900
commitae0551652fa132bb512638433189c1290933164e (patch)
tree3758bb5844b0b413c848308451f0da224b0076bf /os/windows/Makefile
downloadyetihack-ae0551652fa132bb512638433189c1290933164e.tar.zst
wrong directory
Diffstat (limited to 'os/windows/Makefile')
-rw-r--r--os/windows/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/os/windows/Makefile b/os/windows/Makefile
new file mode 100644
index 0000000..d1e8745
--- /dev/null
+++ b/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
+