public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
Search Repo:
photosync / GNUmakefile.preamble
100644 21 lines (15 sloc) 0.673 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# GNUmakefile.preamble - Generated by ProjectCenter
#
 
# Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS +=
 
# Additional flags to pass to Objective C compiler
ADDITIONAL_OBJCFLAGS +=
 
# Additional flags to pass to C compiler
ADDITIONAL_CFLAGS +=
 
# Additional flags to pass to the linker
ADDITIONAL_LDFLAGS += -lURLLoading
 
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I/home/dustin/GNUstep/Library/Frameworks/URLLoading.framework/Headers/
 
# Additional library directories the linker should search
ADDITIONAL_LIB_DIRS += -L/home/dustin/GNUstep/Library/Frameworks/URLLoading.framework/Versions/Current