aboutsummaryrefslogtreecommitdiff
path: root/externals/build/win/makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-26 06:58:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-26 06:58:59 +0000
commitcde09159429e388d264cd78c6065f7ef51f1ebe8 (patch)
treeb4a7a337b7c6c96411f83a515f1bc52118993866 /externals/build/win/makefile
parent49a925bb86d26aad86b9a02eea0dedc5b858164f (diff)
small tweaks to get things working on MinGW
svn path=/trunk/; revision=4038
Diffstat (limited to 'externals/build/win/makefile')
-rw-r--r--externals/build/win/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/build/win/makefile b/externals/build/win/makefile
index 3d8baf9f..43ee83fb 100644
--- a/externals/build/win/makefile
+++ b/externals/build/win/makefile
@@ -48,8 +48,8 @@ OPTIM_FLAGS = -O3 -march=i686 -mfpmath=sse -msse
CFLAGS = -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses \
-Wno-switch $(OPTIM_FLAGS)
-INCLUDE = -I. -I.. -I$(PD_PATH)/src -I/usr/local/include
-LDFLAGS = -shared -L/usr/local/lib -L$(PD_PATH)/bin -lpd
+INCLUDE = -I. -I.. -I$(PD_PATH)/src -IC:/msys/1.0/local/include
+LDFLAGS = -shared -LC:/msys/1.0/local/lib -L$(PD_PATH)/bin -lpd
all: externals