Go to most recent revision | Blame | Last modification | View Log | RSS feed
// -*- MPC -*-
// $Id: vc8exe.mpt,v 1.3 2005/10/06 21:52:57 shuston Exp $
conditional_include "common"
conditional_include "windowscommon"
configurations = Debug Release Install
common_defines = WIN32 _CONSOLE
ConfigurationType = 1
SubSystem = 1
Detect64BitPortabilityProblems = false
MinimalRebuild = false
Ignore_default_library_names = 1
DisableSpecificWarnings = 4996
conditional_include "vc8platforms"
Release {
LinkIncremental = 1
optimize = 2
defines = NDEBUG
intermediate_dir = Release
RuntimeLibrary = 0
install = $(GEL_ROOT)/bin
ignore_default_library_name = LIBC
}
Debug {
defines = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
intermediate_dir = Debug
lib_modifier = d
RuntimeLibrary = 1
install = $(GEL_ROOT)/bin
ignore_default_library_name = LIBC
}
Install {
LinkIncremental = 1
optimize = 2
defines = NDEBUG
intermediate_dir = Release
RuntimeLibrary = 0
install = $(GELEXT)\bin
ignore_default_library_name = LIBC
}
conditional_include "vcpartialmacros"
conditional_include "user_vc8exe"