From ecc025881fe2a82f0dfe5e11758332e2938713e7 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 16 Feb 2010 21:05:53 +0300 Subject: windows options for gcc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92f113e..02c89bd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - i686-pc-mingw32-gcc -c -DBUILD_DLL -D UNICODE -D _UNICODE *.c -I../../include -I/usr/i686-pc-mingw32/usr/include -I. -w -march=i686 -msse -O2 -pipe + i686-pc-mingw32-gcc -c -DBUILD_DLL -D UNICODE -D _UNICODE *.c -I../../include -I/usr/i686-pc-mingw32/usr/include -I. -w -mwin32 -mwindows -mdll -march=i686 -msse -O2 -pipe i686-pc-mingw32-windres -i watrack_mpd.rc -o resources.o i686-pc-mingw32-gcc -shared -o watrack_mpd.dll *.o -Wl,-O1,-s upx -9 watrack_mpd.dll -- cgit v1.2.3