summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-04-05 19:10:32 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-04-05 19:10:32 +0300
commitb3016c11ab894bd27d55af9723b16ff292ba81a0 (patch)
tree7ccad932169c5f05b053cbd8be6d2ea26ae1730e
parent9395431a6fe57538cb6e7d9900a37e8d737bc80e (diff)
modified: Makefile
-rw-r--r--Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 845ff14..07380ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
-all:
- i686-pc-mingw32-g++ -c -DBUILD_DLL -D UNICODE -D _UNICODE *.cpp -I../../include -I/usr/i686-pc-mingw32/usr/include -I. -I ../miranda-im/miranda/include -w -mwin32 -mwindows -mdll -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 -lstdc++
- upx -9 stopspam.dll
-
-clean:
- rm *.o
-
-clean-all:
- rm *.o *.dll
-
+all:
+ i686-pc-mingw32-g++ -c -DBUILD_DLL -D UNICODE -D _UNICODE *.cpp -I../../include -I/usr/i686-pc-mingw32/usr/include -I. -I ../miranda-im/miranda/include -w -mwin32 -mwindows -mdll -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 -lstdc++
+ upx -9 stopspam.dll
+
+clean:
+ rm *.o
+
+clean-all:
+ rm *.o *.dll
+