changes for 1.2.4

This commit is contained in:
Guenter Obiltschnig 2006-10-02 08:12:41 +00:00
parent 6b36a1da3a
commit 41ee6e0ffa
4 changed files with 14 additions and 10 deletions

View File

@ -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

View File

@ -1 +1 @@
1.2.4 (2006-09-29)
1.2.4 (2006-10-02)

View File

@ -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 =

View File

@ -1,5 +1,5 @@
Foundation
XML
Util
Net
CppUnit
Foundation
XML
Util
Net
CppUnit