Subversion Repositories gelsvn

Rev

Rev 257 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

conditional_include "common"
conditional_include "windowscommon"
 
configurations     = Release Debug Install Install_Debug
common_defines     = WIN32 _WINDOWS
configuration_type = 1
subsystem = 1
use_exe_modifier   = 1

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

Debug {
  optimize         =
  defines          = _DEBUG
  intermediate_dir = Debug
  pdbc             = 1
  runtime_library  = 1
  lib_modifier     = d
  install = $(GEL_ROOT)/bin
}

Install {
  optimize         = 3
  defines          = NDEBUG
  install           = $(GEL_BIN)
  intermediate_dir = Install
  runtime_library  = 0
//  postbuild = call runme.bat
}

Install_Debug {
  optimize         = 
  defines          = _DEBUG
  install           = $(GEL_BIN)
  intermediate_dir = Install_Debug
  pdbc             = 1
  runtime_library  = 1
  lib_modifier     = d
}

conditional_include "vcpartialmacros"