Subversion Repositories gelsvn

Rev

Blame | Last modification | View Log | RSS feed

conditional_include "common"
conditional_include "windowscommon"
 
configurations     = Release Debug Install
common_defines     = WIN32 _WINDOWS
configuration_type = 4
use_lib_modifier   = 1

Release {
  optimize         = 3
  defines          = NDEBUG
  intermediate_dir = Release
  runtime_library  = 0
}

Debug {
  optimize         =
  defines          = _DEBUG
  intermediate_dir = Debug
  lib_modifier     = d
  runtime_library  = 1
  pdbc             = 1
}

Install {
  optimize         = 3
  defines          = NDEBUG
  libout           = $(GELEXT)\lib\windows
  intermediate_dir = Install
  runtime_library  = 0
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\

}
 
conditional_include "vcpartialmacros"