*** empty log message ***

svn path=/trunk/boinc/; revision=4558
This commit is contained in:
David Anderson 2004-11-14 21:27:08 +00:00
parent 12b2c448bd
commit ff5a595baf
1 changed files with 3 additions and 3 deletions

View File

@ -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)