Subversion Repositories gelsvn

Rev

Rev 266 | Blame | Last modification | View Log | RSS feed

// -*- MPC -*-
// $Id: vc8lib.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 _WINDOWS 
ConfigurationType  = 4
use_lib_modifier   = 1
Detect64BitPortabilityProblems = false
MinimalRebuild     = false
DisableSpecificWarnings = 4996

conditional_include "vc8platforms"

Release {
  optimize         = 2
  defines          = NDEBUG _SECURE_SCL=0
  intermediate_dir = Release
  runtime_library   = 0
}

Debug {
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
  intermediate_dir = Debug
  lib_modifier     = d
  runtime_library   = 1
}

Install_Debug {
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
  intermediate_dir = Install_Debug
  lib_modifier     = d
  runtime_library   = 1
  libout       = $(GEL_LIB)
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
}


Install {
  optimize         = 2
  defines          = NDEBUG _SECURE_SCL=0
  intermediate_dir = Install
  runtime_library   = 0
  libout       = $(GEL_LIB)
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
}

conditional_include "vcpartialmacros"
conditional_include "user_vc8lib"