Subversion Repositories gelsvn

Rev

Rev 257 | 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 Install_Debug
common_defines     = WIN32 _CONSOLE 
ConfigurationType  = 1
SubSystem          = 1
Detect64BitPortabilityProblems = false
MinimalRebuild     = false
DisableSpecificWarnings = 4996
use_exe_modifier   = 1


conditional_include "vc8platforms"

Release {
  LinkIncremental  = 1
  optimize         = 2
  defines          = NDEBUG
  intermediate_dir = Release
  runtime_library  = 0
  install = $(GEL_ROOT)/bin
}

Debug {
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
  intermediate_dir = Debug
  lib_modifier     = d
  runtime_library   = 1
  install = $(GEL_ROOT)/bin
}

Install_Debug {
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
  intermediate_dir = Debug
  lib_modifier     = d
  runtime_library   = 1
  install          = $(GEL_BIN)
}

Install {
  LinkIncremental  = 1
  optimize         = 2
  defines          = NDEBUG
  intermediate_dir = Release
  runtime_library   = 0
  install          = $(GEL_BIN)  
}

conditional_include "vcpartialmacros"
conditional_include "user_vc8exe"