aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-06-30 01:03:46 +0000
committernyamatongwe <devnull@localhost>2004-06-30 01:03:46 +0000
commitfcf4991fef510bb837c35d04c018517756e54639 (patch)
tree93a33279a6ba74fcf1e9ffb174029ed982b9eae2
parent0baf2ea0063a296983a3b597a484f806e34b0064 (diff)
downloadscintilla-mirror-fcf4991fef510bb837c35d04c018517756e54639.tar.gz
Another accomodation of cygwin.
-rw-r--r--win32/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index 8fd59fb86..d11b4a7ad 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -25,7 +25,7 @@ endif
vpath %.h ../src ../include
vpath %.cxx ../src
-LDFLAGS=-mwindows -lstdc++ -limm32 -lole32 -luuid
+LDFLAGS=-mwindows -lstdc++ -limm32 -lole32 -luuid -mno-cygwin
# Add -MMD to get dependencies
#CXXFLAGS = -g -pg -pedantic -Os -fno-exceptions -fvtable-thunks -fno-rtti
INCLUDEDIRS=-I ../include -I ../src