Subversion Repositories gelsvn

Rev

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

Rev 107 Rev 198
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: nmakeexe.mpt 107 2005-09-02 16:42:23Z bj $
2
// $Id: nmakeexe.mpt 198 2005-12-15 11:30:53Z bj $
3
 
3
 
4
conditional_include "common"
4
conditional_include "common"
5
conditional_include "windowscommon"
5
conditional_include "windowscommon"
6
 
6
 
7
type_description      = "Console Application"
7
type_description      = "Console Application"
Line 23... Line 23...
23
  machine             = IA64
23
  machine             = IA64
24
  cpu_defines         = WIN64
24
  cpu_defines         = WIN64
25
  add_compile         = /Wp64
25
  add_compile         = /Wp64
26
}
26
}
27
 
27
 
-
 
28
WinX86_64 {
-
 
29
  machine_description = X86_64
-
 
30
  machine             = X64
-
 
31
  cpu_defines         = WIN64
-
 
32
  add_compile         = /Wp64
-
 
33
}
-
 
34
 
28
Release {
35
Release {
29
  use_debug_libraries   = 0
36
  use_debug_libraries   = 0
30
  optimize              = 1
37
  optimize              = 1
31
  compile_flags         = /W3 /EHs /MD /GR
38
  compile_flags         = /W3 /EHs /MD /GR
32
  defines               = NDEBUG
39
  defines               = NDEBUG