Changeset 1156
- Timestamp:
- Mar 10, 2012, 3:04:11 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/lol-build
r1103 r1156 83 83 fi 84 84 PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PWD/contrib/gtkglarea-2.0.1/lib/pkgconfig" 85 LDFLAGS="$LDFLAGS -L$PWD/contrib/gdiplus/lib"86 85 LDFLAGS="$LDFLAGS -L$PWD/contrib/glew-1.7.0/lib/i686-w64-mingw32" 87 86 LDFLAGS="$LDFLAGS -L$PWD/contrib/sdl-1.2.14/lib/i686-w64-mingw32" … … 131 130 ;; 132 131 windows-i386|windows-amd64) 133 CPPFLAGS="$CPPFLAGS -I$PWD/contrib/gdiplus/include"134 132 CPPFLAGS="$CPPFLAGS -I$PWD/contrib/sdl-1.2.14/include" 135 133 CPPFLAGS="$CPPFLAGS -I$PWD/contrib/sdl-image-1.2.10/include" -
trunk/configure.ac
r1129 r1156 285 285 ac_cv_my_have_gdiplus="no" 286 286 AC_LANG_PUSH(C++) 287 AC_CHECK_HEADERS( Gdiplus.h,287 AC_CHECK_HEADERS(gdiplus.h, 288 288 [ac_cv_my_have_gdiplus="yes" 289 289 LOL_LIBS="${LOL_LIBS} -lgdiplus"], -
trunk/src/image/codec/gdiplus-image.cpp
r981 r1156 22 22 23 23 #include <windows.h> 24 #include < Gdiplus.h>24 #include <gdiplus.h> 25 25 26 26 #include "core.h"
Note: See TracChangeset
for help on using the changeset viewer.