From Anders Backman, add -DJAS_WIN_MSVC_BUILD for Win32 build

This commit is contained in:
Robert Osfield 2007-05-23 15:24:16 +00:00
parent 58fc56aabd
commit 908da298bb

View File

@ -4,5 +4,10 @@ SET(TARGET_SRC ReaderWriterJP2.cpp )
SET(TARGET_LIBRARIES_VARS JASPER_LIBRARY )
IF(WIN32)
ADD_DEFINITIONS(-DJAS_WIN_MSVC_BUILD)
ENDIF(WIN32)
#### end var setup ###
SETUP_PLUGIN(jp2)