Subversion Repositories gelsvn

Rev

Rev 266 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 266 Rev 276
Line 14... Line 14...
14
 
14
 
15
conditional_include "vc8platforms"
15
conditional_include "vc8platforms"
16
 
16
 
17
Release {
17
Release {
18
  optimize         = 2
18
  optimize         = 2
19
  defines          = NDEBUG
19
  defines          = NDEBUG _SECURE_SCL=0
20
  intermediate_dir = Release
20
  intermediate_dir = Release
21
  runtime_library   = 0
21
  runtime_library   = 0
22
}
22
}
23
 
23
 
24
Debug {
24
Debug {
Line 38... Line 38...
38
}
38
}
39
 
39
 
40
 
40
 
41
Install {
41
Install {
42
  optimize         = 2
42
  optimize         = 2
43
  defines          = NDEBUG
43
  defines          = NDEBUG _SECURE_SCL=0
44
  intermediate_dir = Install
44
  intermediate_dir = Install
45
  runtime_library   = 0
45
  runtime_library   = 0
46
  libout       = $(GEL_LIB)
46
  libout       = $(GEL_LIB)
47
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
47
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
48
}
48
}