高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】libraries compilation options
libraries compilation options
libraries compilation options
hi,
can you tell me if dwgdirect 1.14_02 libraries are compiled with optimalization turned on? what are the compiler options? we use vc2003.
tia
regards,
michal sliwka
static libraries flags are following:
-ml -gr -gx /zm200 /o2 -dwin32 -dunicode -d_unicode -dndebug -d_lib
-mt -gr -gx /zm200 /o2 -dwin32 -dunicode -d_unicode -dndebug -d_lib
-md -gr -gx /zm200 /o2 -dwin32 -dunicode -d_unicode -dndebug -d_lib
for ml, mt and md configurations respectively
vladimir
|