Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
76 bj 1
conditional_include "common"
2
conditional_include "windowscommon"
3
 
4
configurations     = Release Debug Install
5
common_defines     = WIN32 _WINDOWS
6
configuration_type = 1
7
subsystem = 1
8
ignore_default_library_names = 1 
9
 
10
Release {
11
  optimize         = 3
12
  defines          = NDEBUG
13
  install           = Release
14
  intermediate_dir = Release
15
  runtime_library  = 0
16
  ignore_default_library_name = LIBC; LIBCD
17
 
18
 
19
}
20
 
21
Debug {
22
  optimize         =
23
  defines          = _DEBUG
24
  install           = Debug
25
  intermediate_dir = Debug
26
  pdbc             = 1
27
  runtime_library  = 1
28
  lib_modifier     = d
29
  ignore_default_library_name = LIBCD
30
 
31
}
32
 
33
Install {
34
  optimize         = 3
35
  defines          = NDEBUG
36
  install           = $(GELEXT)\bin
37
  intermediate_dir = Install
38
  runtime_library  = 0
39
  ignore_default_library_name = LIBC; LIBCD
40
//  postbuild = call runme.bat
41
}
42
 
43
conditional_include "vcpartialmacros"