Updated the bep and patch files for Paladin-1.3 to allow building gcc2

and gcc4 versions.
This commit is contained in:
Scott McCreary
2010-09-03 16:13:47 +00:00
parent 8812421d29
commit 32b870a06c
2 changed files with 47 additions and 10 deletions

View File

@@ -83,3 +83,34 @@ diff -urN PalEdit/Jamrules PalEdit-jam/Jamrules
+ cp -a $(COMMON_FOLDER)/lib/libpcre*.so $(DISTRO_DIR)/lib/ ;
+}
+
diff -urN SymbolFinder/Makefile SymbolFinder-gcc4/Makefile
--- SymbolFinder/Makefile 1970-01-01 00:00:00.000000000 +0000
+++ SymbolFinder-gcc4/Makefile 2010-09-03 15:40:49.521666560 +0000
@@ -0,0 +1,27 @@
+NAME= SymbolFinder
+TYPE= APP
+SRCS= App.cpp DPath.cpp DWindow.cpp MainWindow.cpp
+RSRCS=
+LIBS= /boot/develop/lib/x86/libroot.so /boot/develop/lib/x86/libbe.so /boot/system/lib/gcc4/libstdc++.so /boot/develop/lib/x86/libsupc++.so /boot/develop/lib/x86/libstdc++.so
+LIBPATHS=
+SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/home/config/include
+LOCAL_INCLUDE_PATHS=
+OPTIMIZE=FULL
+# specify any preprocessor symbols to be defined. The symbols will not
+# have their values set automatically; you must supply the value (if any)
+# to use. For example, setting DEFINES to "DEBUG=1" will cause the
+# compiler option "-DDEBUG=1" to be used. Setting DEFINES to "DEBUG"
+# would pass "-DDEBUG" on the compiler's command line.
+DEFINES=
+# specify special warning levels
+# if unspecified default warnings will be used
+# NONE = supress all warnings
+# ALL = enable all warnings
+WARNINGS =
+# Build with debugging symbols if set to TRUE
+SYMBOLS=
+COMPILER_FLAGS=
+LINKER_FLAGS=
+
+## include the makefile-engine
+include $(BUILDHOME)/etc/makefile-engine