Rev 264 | Blame | Compare with Previous | Last modification | View Log | RSS feed
conditional_include "common"
conditional_include "windowscommon"
configurations = Release Debug Install Install_Debug
common_defines = WIN32 _WINDOWS
configuration_type = 4
use_lib_modifier = 1
Release {
optimize = 3
defines = NDEBUG
intermediate_dir = Release
runtime_library = 0
}
Debug {
optimize =
defines = _DEBUG
intermediate_dir = Debug
lib_modifier = d
runtime_library = 1
pdbc = 1
}
Install {
optimize = 3
defines = NDEBUG
libout = $(GEL_LIB)
intermediate_dir = Install
runtime_library = 0
postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
}
Install_Debug {
optimize =
defines = _DEBUG
libout = $(GEL_LIB)
intermediate_dir = Install_Debug
lib_modifier = d
runtime_library = 1
pdbc = 1
postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
}
conditional_include "vcpartialmacros"