2013-09-03 02:39:10 +08:00
|
|
|
$Include "$SRCDIR\vpc_scripts\platform_dirs.vpc"
|
|
|
|
$include "$SRCDIR\vpc_scripts\source_base.vpc"
|
|
|
|
|
|
|
|
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_win32_base.vpc" [$WINDOWS]
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_posix_base.vpc" [$POSIX]
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_xex_x360_base.vpc" [$X360]
|
|
|
|
|
|
|
|
$Configuration
|
|
|
|
{
|
|
|
|
$Compiler
|
|
|
|
{
|
|
|
|
$PreprocessorDefinitions "$BASE;DEV_BUILD" [!$PUBLISH]
|
|
|
|
$PreprocessorDefinitions "$BASE;_PROFILE" [$PROFILE && !$RETAIL]
|
|
|
|
$PreprocessorDefinitions "$BASE;RETAIL_ASSERTS" [$RETAIL && $RETAILASSERTS]
|
2014-10-31 00:30:57 +08:00
|
|
|
$PreprocessorDefinitions "$BASE;FRAME_POINTER_OMISSION_DISABLED" // This is now always true.
|
2013-09-03 02:39:10 +08:00
|
|
|
}
|
|
|
|
}
|