Subversion Repositories gelsvn

Rev

Rev 212 | Rev 223 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 212 Rev 221
Line 20... Line 20...
20
Release {
20
Release {
21
  LinkIncremental  = 1
21
  LinkIncremental  = 1
22
  optimize         = 2
22
  optimize         = 2
23
  defines          = NDEBUG
23
  defines          = NDEBUG
24
  intermediate_dir = Release
24
  intermediate_dir = Release
25
  RuntimeLibrary   = 0
25
  runtime_library  = 0
26
  install = $(GEL_ROOT)/bin
26
  install = $(GEL_ROOT)/bin
27
  ignore_default_library_name = LIBC
27
  ignore_default_library_name = LIBC
28
}
28
}
29
 
29
 
30
Debug {
30
Debug {
31
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
31
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
32
  intermediate_dir = Debug
32
  intermediate_dir = Debug
33
  lib_modifier     = d
33
  lib_modifier     = d
34
  RuntimeLibrary   = 1
34
  runtime_library   = 1
35
  install = $(GEL_ROOT)/bin
35
  install = $(GEL_ROOT)/bin
36
  ignore_default_library_name = LIBC
36
  ignore_default_library_name = LIBC
37
}
37
}
38
 
38
 
39
Install_Debug {
39
Install_Debug {
40
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
40
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
41
  intermediate_dir = Debug
41
  intermediate_dir = Debug
42
  lib_modifier     = d
42
  lib_modifier     = d
43
  RuntimeLibrary   = 1
43
  runtime_library   = 1
44
  install          = $(GELEXT)\bin
44
  install          = $(GELEXT)\bin
45
  ignore_default_library_name = LIBC
45
  ignore_default_library_name = LIBC
46
}
46
}
47
 
47
 
48
Install {
48
Install {
49
  LinkIncremental  = 1
49
  LinkIncremental  = 1
50
  optimize         = 2
50
  optimize         = 2
51
  defines          = NDEBUG
51
  defines          = NDEBUG
52
  intermediate_dir = Release
52
  intermediate_dir = Release
53
  RuntimeLibrary   = 0
53
  runtime_library   = 0
54
  install          = $(GELEXT)\bin
54
  install          = $(GELEXT)\bin
55
  ignore_default_library_name = LIBC
55
  ignore_default_library_name = LIBC
56
  
56
  
57
}
57
}
58
 
58