mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4558
This commit is contained in:
parent
12b2c448bd
commit
ff5a595baf
|
@ -3,7 +3,7 @@ CXX = $(shell wx-config --cxx)
|
|||
# comment out the following as needed
|
||||
OTHER_LIBS = -lsocket -lnsl
|
||||
|
||||
CFLAGS = -g -I ../lib -DNOTASKBAR -DNOCLIPBOARD
|
||||
CFLAGS = -g -I ../ -I ../lib -DNOTASKBAR -DNOCLIPBOARD
|
||||
|
||||
PROGRAM = boincmgr
|
||||
|
||||
|
@ -37,9 +37,9 @@ OBJS = \
|
|||
|
||||
# change the following as needed
|
||||
|
||||
WLIBS = -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System -L../../wxMac-2.5.3/lib -lwx_mac_core-2.5 -lwx_base_carbon-2.5 -lwxtiff-2.5 -lwxjpeg-2.5 -lwxpng-2.5 -lwxexpat-2.5 -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System -lz -lpthread -liconv -framework WebKit
|
||||
#WLIBS = -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System -L../../wxMac-2.5.3/lib -lwx_mac_core-2.5 -lwx_base_carbon-2.5 -lwxtiff-2.5 -lwxjpeg-2.5 -lwxpng-2.5 -lwxexpat-2.5 -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System -lz -lpthread -liconv -framework WebKit
|
||||
|
||||
# WLIBS = `wx-config --libs`
|
||||
WLIBS = `wx-config --libs`
|
||||
|
||||
boincmgr: $(OBJS)
|
||||
$(CXX) -o $(PROGRAM) $(OBJS) $(WLIBS) $(OTHER_LIBS)
|
||||
|
|
Loading…
Reference in New Issue