MESSAGE(STATUS"Hint: To create the import libraries for the gnome DLLs (e.g. gconf-2.lib), use the dlltool as follows: pexports bin/libgconf-2-4.dll > lib/libgconf-2.def ; dlltool -d lib/libgconf-2.def -D bin/libgconf-2-4.dll -l lib/gconf-2.lib")
@ -53,9 +54,9 @@ IF (MSVC)
ADD_DEFINITIONS(-DNOMINMAX)
ENDIF(MSVC)
#Libxml2
FIND_PACKAGE(LibXml2REQUIRED)
FIND_PACKAGE(ZLIBREQUIRED)
##Libxml2
#FIND_PACKAGE(LibXml2REQUIRED)
#FIND_PACKAGE(ZLIBREQUIRED)
IF(NOTGLIB2_FOUND)
MESSAGE(SEND_ERROR"Glib2 not found, but is required")