summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSergey (Elzor) Bolhovskoy <elzor@foobar2000.ru>2010-04-05 22:10:20 +0600
committerSergey (Elzor) Bolhovskoy <elzor@foobar2000.ru>2010-04-05 22:10:20 +0600
commitcf9c2cdea7d6fb19abe0afa24722bebdb17f9554 (patch)
tree2ef93157565666b7320dfada2853338a5be3a235 /Makefile
parent472467fdf175d80958812fcc0023b93c8bd17e02 (diff)
git problem fix
Diffstat (limited to '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
+