Changeset 3067
- Timestamp:
- Oct 22, 2008, 2:03:00 AM (12 years ago)
- Location:
- libpipi/trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/Makefile.am
r2968 r3067 113 113 endif 114 114 115 if USE_GDIPLUS 116 codec_libs += -lgdiplus 117 codec_sources += codec/gdiplus.cpp 118 endif 119 115 120 if USE_COCOA 116 121 codec_objcflags = -I"/Developer//SDKs/MacOSX10.5.sdk/System/Library/Frameworks/QuartzCore.framework/Versions/A/Headers/" -
libpipi/trunk/pipi/codec.c
r3018 r3067 99 99 ret = pipi_save_gdi(img, name); 100 100 #endif 101 #if USE_GDIPLUS 102 if(ret < 0) 103 ret = pipi_save_gdiplus(img, name); 104 #endif 101 105 #if USE_COCOA 102 106 if(ret < 0) -
libpipi/trunk/pipi/libpipi.vcproj
r2947 r3067 273 273 </File> 274 274 <File 275 RelativePath=".\codec\gdiplus.cpp" 276 > 277 </File> 278 <File 275 279 RelativePath=".\histogram\histogram.c" 276 280 > -
libpipi/trunk/win32/config.h
r2908 r3067 42 42 /* #undef USE_IMLIB2 */ 43 43 #define USE_GDI 1 44 #define USE_GDIPLUS 1 44 45 /* #undef USE_COCOA */ 45 46 /* #undef const */
Note: See TracChangeset
for help on using the changeset viewer.