Subversion Repositories gelsvn

Rev

Rev 111 | Blame | Compare with Previous | Last modification | View Log | RSS feed

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

     
Release {
  optimize         = 3
  defines          = NDEBUG
  intermediate_dir = Release
  runtime_library  = 0
  ignore_default_library_name = LIBC; LIBCD
 install = ../../bin
  
}

Debug {
  optimize         =
  defines          = _DEBUG
  intermediate_dir = Debug
  pdbc             = 1
  runtime_library  = 1
  lib_modifier     = d
  ignore_default_library_name = LIBCD
    install = ../../bin
}

Install {
  optimize         = 3
  defines          = NDEBUG
  install           = $(GELEXT)\bin
  intermediate_dir = Install
  runtime_library  = 0
  ignore_default_library_name = LIBC; LIBCD
//  postbuild = call runme.bat
}

conditional_include "vcpartialmacros"