*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@982 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2001-01-02 23:02:14 +00:00
commit b712e62a3c
3 changed files with 9 additions and 4 deletions

View file

@ -151,6 +151,11 @@ General:
- WAD does not currently support 64 bit applications on any platform.
- If executables have been stripped, their symbol tables might not
have enough information to recover from errors. From a practical
standpoint, there is no reason to strip executables---besides
disk is cheap.
Solaris:
- No platform specific issues are known at this time.

View file

@ -29,11 +29,11 @@ PERLOBJS = wadpl.o
# C Compiler
CC = cc
CFLAGS =
CFLAGS = #
# C++ Compiler
CXX = CC
CXXFLAGS = -Kpic
CXXFLAGS = #-Kpic
# Linking options
CLINK =

View file

@ -28,11 +28,11 @@ PERLOBJS = wadpl.o
# C Compiler
CC = @CC@
CFLAGS = @CCSHARED@
CFLAGS = #@CCSHARED@
# C++ Compiler
CXX = @CXX@
CXXFLAGS = @CXXSHARED@
CXXFLAGS = #@CXXSHARED@
# Linking options
CLINK =