6f36732a2d
CXX=$CXX, like it should normally be. Usable options are: USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES Add a lot off gcc3.x fixes, make included stlport compile with CURRENT. Next step will be to include a mozilla build, so we can link openoffice against mozilla librarys without c++ compat problems.
19 lines
287 B
Makefile
19 lines
287 B
Makefile
--- ../solenv/inc/settings.mk.orig Fri Mar 8 10:23:21 2002
|
|
+++ ../solenv/inc/settings.mk Tue May 28 12:56:27 2002
|
|
@@ -166,7 +166,6 @@
|
|
CDEFSOPT=
|
|
HDEFS=
|
|
|
|
-CC=
|
|
.IF "$(add_cflags)"!=""
|
|
ENVCFLAGS+=$(add_cflags)
|
|
.ENDIF
|
|
@@ -264,8 +263,6 @@
|
|
AS=
|
|
BC=
|
|
COBOL=
|
|
-CPP=
|
|
-CXX=
|
|
FOR=
|
|
PASCAL=
|
|
|