// -*- MPC -*- // vc6dspdll.mpt,v 1.15 2003/12/30 15:18:22 dhinton Exp conditional_include "idl_compiler_win32" conditional_include "common" configurations = Release Debug type_is_binary = 1 type_is_dynamic = 1 common_defines = WIN32 _WINDOWS pdb = 1 Release { use_debug_libraries = 0 optimize = 1 compile_flags = /W3 /GX /MD /GR defines = NDEBUG compile_flags_removed = /YX output_dir = Release intermediate_dir = Release debug_switch = } Debug { use_debug_libraries = 1 optimize = compile_flags = /W3 /Gm /GX /Zi /MDd /GR /Gy defines = _DEBUG compile_flags_removed = /Fr /YX intermediate_dir = Debug lib_modifier = d } MFC Release { use_debug_libraries = 0 optimize = 1 compile_flags = /W3 /GX /MD /GR defines = NDEBUG compile_flags_removed = /YX output_dir = MFC_Release intermediate_dir = MFC_Release debug_switch = lib_modifier = mfc use_mfc = 2 } MFC Debug { use_debug_libraries = 1 optimize = compile_flags = /W3 /Gm /GX /Zi /MDd /GR /Gy defines = _DEBUG compile_flags_removed = /Fr /YX output_dir = MFC_Debug intermediate_dir = MFC_Debug lib_modifier = mfcd use_mfc = 2 } conditional_include "vcpartialmacros"