Foundation library names should be capitalized. Apparently

this matters on some filesystems.

svn path=/trunk/boinc/; revision=7321
This commit is contained in:
Bruce Allen 2005-08-14 17:04:45 +00:00
parent 22f8f51d29
commit bfd9fb22eb
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ client-bin: @CLIENT_BIN_FILENAME@
LIBS += @CLIENTLIBS@
if OS_DARWIN
LIBS+=-framework corefoundation -framework iokit
LIBS += -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa
endif
bin_PROGRAMS = boinc_client

View File

@ -7,7 +7,7 @@ LIBS += @CLIENTLIBS@
if OS_DARWIN
LIBS += -framework foundation -framework iokit -framework screensaver
LIBS += -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa
mac_sources = mac/SystemMenu.m \
mac/mac_saver_module.cpp \
mac/Mac_Saver_ModuleView.m \