mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
changes for 1.2.4
This commit is contained in:
parent
6b36a1da3a
commit
41ee6e0ffa
4
MANIFEST
4
MANIFEST
@ -40,6 +40,10 @@ CHANGELOG
|
||||
components
|
||||
configure
|
||||
contrib
|
||||
contrib/cmake
|
||||
contrib/cmake/CMakeLists.txt
|
||||
contrib/cmake/PocoConfig.cmake
|
||||
contrib/cmake/README
|
||||
contrib/poco-doc.pl
|
||||
CONTRIBUTORS
|
||||
CppUnit
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: //poco/1.2/build/config/SunOS#1 $
|
||||
# $Id: //poco/1.2/build/config/SunOS#2 $
|
||||
#
|
||||
# SunOS
|
||||
#
|
||||
@ -51,9 +51,9 @@ STATICOPT_LINK = -Bstatic
|
||||
SHAREDOPT_CC = -KPIC
|
||||
SHAREDOPT_CXX = -KPIC
|
||||
SHAREDOPT_LINK = -Bdynamic
|
||||
DEBUGOPT_CC = -g -xs -xcheck -D_DEBUG=$(DEBUGLEVEL)
|
||||
DEBUGOPT_CXX = -g -xs -xcheck -D_DEBUG=$(DEBUGLEVEL)
|
||||
DEBUGOPT_LINK = -g -xs -xcheck
|
||||
DEBUGOPT_CC = -g -xs -D_DEBUG=$(DEBUGLEVEL)
|
||||
DEBUGOPT_CXX = -g -xs -D_DEBUG=$(DEBUGLEVEL)
|
||||
DEBUGOPT_LINK = -g -xs
|
||||
RELEASEOPT_CC = -O -DNDEBUG
|
||||
RELEASEOPT_CXX = -O -DNDEBUG
|
||||
RELEASEOPT_LINK =
|
||||
|
10
components
10
components
@ -1,5 +1,5 @@
|
||||
Foundation
|
||||
XML
|
||||
Util
|
||||
Net
|
||||
CppUnit
|
||||
Foundation
|
||||
XML
|
||||
Util
|
||||
Net
|
||||
CppUnit
|
||||
|
Loading…
Reference in New Issue
Block a user