mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 00:15:27 +01:00
fixed cygwin build config
This commit is contained in:
parent
b526dd81f2
commit
c3ff907751
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: //poco/Main/build/config/Linux#5 $
|
||||
# $Id$
|
||||
#
|
||||
# CYGWIN
|
||||
#
|
||||
@ -42,7 +42,7 @@ SHAREDLIBLINKEXT = .dll
|
||||
CFLAGS =
|
||||
CFLAGS32 =
|
||||
CFLAGS64 =
|
||||
CXXFLAGS = -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_WSTRING
|
||||
CXXFLAGS = -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_WSTRING -DPOCO_NO_SHAREDMEMORY
|
||||
CXXFLAGS32 =
|
||||
CXXFLAGS64 =
|
||||
LINKFLAGS =
|
||||
|
Loading…
x
Reference in New Issue
Block a user