diff options
Diffstat (limited to 'stopspam_mod/branches/0.0.1.5/Makefile')
-rw-r--r-- | stopspam_mod/branches/0.0.1.5/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/stopspam_mod/branches/0.0.1.5/Makefile b/stopspam_mod/branches/0.0.1.5/Makefile deleted file mode 100644 index fc08dd9..0000000 --- a/stopspam_mod/branches/0.0.1.5/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -all:
- i686-pc-mingw32-g++ -c -DBUILD_DLL *.cpp -I../../include -I/usr/i686-pc-mingw32/usr/include -I. -w -march=i686 -msse -O2 -pipe - i686-pc-mingw32-windres -i stopspam.rc -o resources.o - i686-pc-mingw32-gcc -shared -o stopspam.dll *.o -Wl,-O1,-s
- upx -9 stopspam.dll -
-clean:
- rm *.o
-
-clean-all:
- rm *.o *.dll -
\ No newline at end of file |