Subversion Repositories gelsvn

Rev

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

Rev 265 Rev 276
Line 17... Line 17...
17
conditional_include "vc8platforms"
17
conditional_include "vc8platforms"
18
 
18
 
19
Release {
19
Release {
20
  LinkIncremental  = 1
20
  LinkIncremental  = 1
21
  optimize         = 2
21
  optimize         = 2
22
  defines          = NDEBUG
22
  defines          = NDEBUG _SECURE_SCL=0
23
  intermediate_dir = Release
23
  intermediate_dir = Release
24
  runtime_library  = 0
24
  runtime_library  = 0
25
  install = $(GEL_ROOT)/bin
25
  install = $(GEL_ROOT)/bin
26
}
26
}
27
 
27
 
Line 42... Line 42...
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 _SECURE_SCL=0
48
  intermediate_dir = Release
48
  intermediate_dir = Release
49
  runtime_library   = 0
49
  runtime_library   = 0
50
  install          = $(GEL_BIN)  
50
  install          = $(GEL_BIN)  
51
}
51
}
52
 
52