Changeset 3576 in Sophya for trunk/AddOn/PIPhoto/makefile
- Timestamp:
- Feb 12, 2009, 4:54:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/PIPhoto/makefile
r3554 r3576 10 10 11 11 ### Liste des librairies pour ImageMagick 12 ### MacOSX 12 13 IMGMAGLIBS = -L/sw/lib -L/usr/X11/lib \ 13 14 -lfreetype -lz -Wl,-framework,CoreServices,-framework,ApplicationServices \ … … 15 16 -ljpeg -lpng -lXext -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz \ 16 17 -lpthread -lm -lpthread 17 IMGMAGINCP = -I/sw/include 18 IMGMAGINCP = -I/sw/include 19 ### Linux Ubuntu 20 #IMGMAGLIBS = -L/usr/lib \ 21 # -lfreetype -lz \ 22 # -lMagick++ -lWand -lMagick -llcms -ltiff -lfreetype \ 23 # -ljpeg -lpng -lXext -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz \ 24 # -lpthread -lm -lpthread 25 #IMGMAGINCP = -I/usr/include 18 26 ########### 19 27
Note:
See TracChangeset
for help on using the changeset viewer.