Subversion Repositories gelsvn

Rev

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

Rev 223 Rev 257
Line 36... Line 36...
36
Install_Debug {
36
Install_Debug {
37
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
37
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
38
  intermediate_dir = Debug
38
  intermediate_dir = Debug
39
  lib_modifier     = d
39
  lib_modifier     = d
40
  runtime_library   = 1
40
  runtime_library   = 1
41
  install          = $(GELEXT)\bin
41
  install          = $(GEL_BIN)
42
}
42
}
43
 
43
 
44
Install {
44
Install {
45
  LinkIncremental  = 1
45
  LinkIncremental  = 1
46
  optimize         = 2
46
  optimize         = 2
47
  defines          = NDEBUG
47
  defines          = NDEBUG
48
  intermediate_dir = Release
48
  intermediate_dir = Release
49
  runtime_library   = 0
49
  runtime_library   = 0
50
  install          = $(GELEXT)\bin  
50
  install          = $(GEL_BIN)  
51
}
51
}
52
 
52
 
53
conditional_include "vcpartialmacros"
53
conditional_include "vcpartialmacros"
54
conditional_include "user_vc8exe"
54
conditional_include "user_vc8exe"