HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #713

Ticket #713: quicklaunch-0.9.5.patch

File quicklaunch-0.9.5.patch, 1.6 KB (added by richienyhus, 2 years ago)
  • source/Makefile

    diff -Naur QuickLaunch/source/Makefile QuickLaunch-haiku/source/Makefile
    old new  
     1gccver= $(shell setgcc | tail -c -2) 
     2NAME= QuickLaunch 
     3TYPE= APP 
     4SRCS= QuickLaunch.cpp QLFilter.cpp MainWindow.cpp MainListView.cpp MainListItem.cpp SetupWindow.cpp SetupListView.cpp QLSettings.cpp 
     5RSRCS= QuickLaunch.rsrc 
     6ifeq ($(gccver),2) 
     7LIBS= /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 
     8else 
     9LIBS= /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 
     10endif 
     11LIBPATHS= 
     12SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/home/config/include 
     13LOCAL_INCLUDE_PATHS= 
     14OPTIMIZE=FULL 
     15#       specify any preprocessor symbols to be defined.  The symbols will not 
     16#       have their values set automatically; you must supply the value (if any) 
     17#       to use.  For example, setting DEFINES to "DEBUG=1" will cause the 
     18#       compiler option "-DDEBUG=1" to be used.  Setting DEFINES to "DEBUG" 
     19#       would pass "-DDEBUG" on the compiler's command line. 
     20DEFINES= 
     21#       specify special warning levels 
     22#       if unspecified default warnings will be used 
     23#       NONE = supress all warnings 
     24#       ALL = enable all warnings 
     25WARNINGS = 
     26# Build with debugging symbols if set to TRUE 
     27SYMBOLS= 
     28COMPILER_FLAGS= 
     29LINKER_FLAGS= 
     30 
     31## include the makefile-engine 
     32include $(BUILDHOME)/etc/makefile-engine 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/