Subversion Repositories gelsvn

Rev

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

Rev 221 Rev 257
Line 31... Line 31...
31
Install_Debug {
31
Install_Debug {
32
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
32
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
33
  intermediate_dir = Install_Debug
33
  intermediate_dir = Install_Debug
34
  lib_modifier     = d
34
  lib_modifier     = d
35
  runtime_library   = 1
35
  runtime_library   = 1
36
  libout       = $(GELEXT)\lib\windows
36
  libout       = $(GEL_LIB)
37
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
37
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
38
}
38
}
39
 
39
 
40
 
40
 
41
Install {
41
Install {
42
  optimize         = 2
42
  optimize         = 2
43
  defines          = NDEBUG
43
  defines          = NDEBUG
44
  intermediate_dir = Install
44
  intermediate_dir = Install
45
  runtime_library   = 0
45
  runtime_library   = 0
46
  libout       = $(GELEXT)\lib\windows
46
  libout       = $(GEL_LIB)
47
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
47
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
48
}
48
}
49
 
49
 
50
conditional_include "vcpartialmacros"
50
conditional_include "vcpartialmacros"
51
conditional_include "user_vc8lib"
51
conditional_include "user_vc8lib"