*** 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:
parent
b71068e335
commit
b712e62a3c
3 changed files with 9 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -29,11 +29,11 @@ PERLOBJS = wadpl.o
|
|||
|
||||
# C Compiler
|
||||
CC = cc
|
||||
CFLAGS =
|
||||
CFLAGS = #
|
||||
|
||||
# C++ Compiler
|
||||
CXX = CC
|
||||
CXXFLAGS = -Kpic
|
||||
CXXFLAGS = #-Kpic
|
||||
|
||||
# Linking options
|
||||
CLINK =
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue