XTI changes update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-23 21:10:58 +00:00
parent 0a20646948
commit e24124667e
23 changed files with 818 additions and 701 deletions

View File

@@ -33,7 +33,7 @@ CFLAGS =
# Standard preprocessor flags (common for CC and CXX)
!ifndef CPPFLAGS
CPPFLAGS = -a8 -g0 -I$(BCCDIR)\include
CPPFLAGS = -a8 -g0
!endif
# C++ compiler
@@ -61,7 +61,7 @@ DEBUG_INFO = default
# Standard linker flags
!ifndef LDFLAGS
LDFLAGS = -L$(BCCDIR)\lib
LDFLAGS =
!endif
# Multiple libraries or single huge monolithic one? [0,1]