Remove patches from quicklaunch and ubertuber builds

Changes have been applied upstream by humdinger
resolves issue #3
This commit is contained in:
Chris Roberts
2013-05-07 10:25:08 -06:00
parent 55e429c1b8
commit 71c9b81fc1
2 changed files with 0 additions and 32 deletions

View File

@@ -1,16 +0,0 @@
diff --git quicklaunch-0.9.5/Makefile quicklaunch-0.9.5/Makefile
index 8c0337c..469546c 100644
--- quicklaunch-0.9.5/Makefile
+++ quicklaunch-0.9.5/Makefile
@@ -4,9 +4,9 @@ TYPE= APP
SRCS= QuickLaunch.cpp QLFilter.cpp MainWindow.cpp MainListView.cpp MainListItem.cpp SetupWindow.cpp SetupListView.cpp QLSettings.cpp
RSRCS= QuickLaunch.rsrc
ifeq ($(gccver),2)
- LIBS= /boot/develop/lib/x86/libbe.so /boot/system/lib/libstdc++.r4.so /boot/develop/lib/x86/libroot_debug.so /boot/develop/lib/x86/libtracker.so
+ LIBS= be stdc++.r4 tracker
else
- LIBS= /boot/system/lib/gcc4/libbe.so /boot/system/lib/gcc4/libstdc++.so /boot/system/lib/gcc4/libroot_debug.so /boot/system/lib/gcc4/libtracker.so
+ LIBS= be stdc++ tracker
endif
LIBPATHS=
SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/home/config/include

View File

@@ -1,16 +0,0 @@
diff --git ubertuber-0.9.5/Makefile ubertuber-0.9.5/Makefile
index b0463ca..7795fd0 100644
--- ubertuber-0.9.5/Makefile
+++ ubertuber-0.9.5/Makefile
@@ -4,9 +4,9 @@ TYPE= APP
SRCS= App.cpp MainWindow.cpp Settings.cpp
RSRCS= UberTuber.rsrc
ifeq ($(gccver),2)
- LIBS= /boot/develop/lib/x86/libroot.so /boot/develop/lib/x86/libbe.so /boot/develop/lib/x86/libtracker.so
+ LIBS= be tracker stdc++.r4
else
- LIBS= /boot/develop/lib/gcc4/libroot.so /boot/develop/lib/gcc4/libbe.so /boot/develop/lib/gcc4/libtracker.so
+ LIBS= be tracker stdc++
endif
LIBPATHS=
SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/home/config/include