*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-05-21 10:46:43 +00:00
parent a660d684ed
commit abe1d62edf
14 changed files with 519 additions and 262 deletions

View File

@@ -40,8 +40,8 @@ CXXFLAGS = -Wall $(OPTIMISE) $(PROFILE) $(DEBUG)
CXXCPP = c++ -E
# shared compile stuff
PICFLAGS = -fPIC
CREATE_SHARED = sharedLinux
PICFLAGS =
CREATE_SHARED =
# other stuff
RM = rm -f

View File

@@ -1,5 +1,5 @@
s|@OS@|linux|g
s|@WXBASEDIR@|/home/karl/cvs/wxGTK|g
s|@WXBASEDIR@|/home/karl/cvs/wxWindows|g
s|@PROFILE@||g
s|@DEBUG@||g
s|@OPTIMISE@|-O2 |g
@@ -9,8 +9,8 @@ s|@CPP@|gcc -E|g
s|@CXX@|c++|g
s|@CXXFLAGS@| -Wall|g
s|@CXXCPP@|c++ -E|g
s|@PICFLAGS@|-fPIC|g
s|@CREATE_SHARED@|sharedLinux|g
s|@PICFLAGS@||g
s|@CREATE_SHARED@||g
s|@LEX@|flex|g
s|@LEXLIB@|-lfl|g
s|@YACC@|bison -y|g