diff options
author | nyamatongwe <unknown> | 2004-06-30 01:03:46 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-06-30 01:03:46 +0000 |
commit | d4b64488ce1c4fd033cd37adebad25ae74a37421 (patch) | |
tree | 93a33279a6ba74fcf1e9ffb174029ed982b9eae2 | |
parent | 7d3dd47bf7cc4897c13fe6e8ba438610ed6ff5d8 (diff) | |
download | scintilla-mirror-d4b64488ce1c4fd033cd37adebad25ae74a37421.tar.gz |
Another accomodation of cygwin.
-rw-r--r-- | win32/makefile | 2 |
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 |