Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0
-
None
-
None
-
windows, VS.2005
Description
Modify axutil_dll_desc_create_platform_specific_dll_name() as follows:
temp_name = axutil_stracat(env, AXIS2_LIB_PREFIX, class_name);
#ifdef _DEBUG
#else
dll_desc->dll_name = axutil_stracat(env, temp_name, AXIS2_LIB_SUFFIX);
#endif
Then modify the build system for the debug build to generate dll's with names that differ from the release version by a trailing D.