mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Updated paladin bep and patch file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diff -urN PalEdit/Jamfile PalEdit-jam/Jamfile
|
||||
--- PalEdit/Jamfile 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ PalEdit-jam/Jamfile 2010-09-02 05:47:38.009175040 +0000
|
||||
diff -urN Paladin-1.3.src/PalEdit/Jamfile PalEdit-jam/Jamfile
|
||||
--- Paladin-1.3.src/PalEdit/Jamfile 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ Paladin-1.3.src/PalEdit-jam/Jamfile 2010-09-02 05:47:38.009175040 +0000
|
||||
@@ -0,0 +1,10 @@
|
||||
+SubDir TOP ;
|
||||
+
|
||||
@@ -12,9 +12,9 @@ diff -urN PalEdit/Jamfile PalEdit-jam/Jamfile
|
||||
+
|
||||
+MakeDistro distro ;
|
||||
+
|
||||
diff -urN PalEdit/Jamrules PalEdit-jam/Jamrules
|
||||
--- PalEdit/Jamrules 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ PalEdit-jam/Jamrules 2010-09-02 05:47:45.931921920 +0000
|
||||
diff -urN Paladin-1.3.src/PalEdit/Jamrules Paladin-1.3.src/PalEdit-jam/Jamrules
|
||||
--- Paladin-1.3.src/PalEdit/Jamrules 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ Paladin-1.3.src/PalEdit-jam/Jamrules 2010-09-02 05:47:45.931921920 +0000
|
||||
@@ -0,0 +1,67 @@
|
||||
+
|
||||
+# The directories used by the build.
|
||||
@@ -83,34 +83,3 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user