Changeset 3576 in Sophya for trunk/AddOn/PIPhoto/makefile


Ignore:
Timestamp:
Feb 12, 2009, 4:54:01 PM (17 years ago)
Author:
cmv
Message:

modifs commentees pour Linux Ubuntu cmv 12/02/09

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/PIPhoto/makefile

    r3554 r3576  
    1010
    1111### Liste des librairies pour ImageMagick
     12### MacOSX
    1213IMGMAGLIBS = -L/sw/lib -L/usr/X11/lib \
    1314             -lfreetype -lz -Wl,-framework,CoreServices,-framework,ApplicationServices \
     
    1516             -ljpeg -lpng -lXext -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz \
    1617             -lpthread -lm -lpthread
    17 IMGMAGINCP = -I/sw/include                     
     18IMGMAGINCP = -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
    1826###########
    1927
Note: See TracChangeset for help on using the changeset viewer.