aboutsummaryrefslogtreecommitdiffstats
path: root/YetiHack/os/windows/Makefile
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-10 15:34:34 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-10 15:34:34 -0900
commit6a4082406f71e40541602473bb0003fe3879fcdd (patch)
tree3fca53b15b55aa2a062d3d5db89ab82d6ebc90b1 /YetiHack/os/windows/Makefile
parentc1d1a4cfb55e87fb4db68980b3af9c31fde363a9 (diff)
downloadyetihack-6a4082406f71e40541602473bb0003fe3879fcdd.tar.zst
Working yetihack
Diffstat (limited to 'YetiHack/os/windows/Makefile')
-rw-r--r--YetiHack/os/windows/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/YetiHack/os/windows/Makefile b/YetiHack/os/windows/Makefile
deleted file mode 100644
index d1e8745..0000000
--- a/YetiHack/os/windows/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-