Subversion Repositories gelsvn

Rev

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

Rev 223 Rev 257
Line 28... Line 28...
28
}
28
}
29
 
29
 
30
Install {
30
Install {
31
  optimize         = 3
31
  optimize         = 3
32
  defines          = NDEBUG
32
  defines          = NDEBUG
33
  install           = $(GELEXT)\bin
33
  install           = $(GEL_BIN)
34
  intermediate_dir = Install
34
  intermediate_dir = Install
35
  runtime_library  = 0
35
  runtime_library  = 0
36
//  postbuild = call runme.bat
36
//  postbuild = call runme.bat
37
}
37
}
38
 
38
 
39
Install_Debug {
39
Install_Debug {
40
  optimize         = 
40
  optimize         = 
41
  defines          = _DEBUG
41
  defines          = _DEBUG
42
  install           = $(GELEXT)\bin
42
  install           = $(GEL_BIN)
43
  intermediate_dir = Install_Debug
43
  intermediate_dir = Install_Debug
44
  pdbc             = 1
44
  pdbc             = 1
45
  runtime_library  = 1
45
  runtime_library  = 1
46
  lib_modifier     = d
46
  lib_modifier     = d
47
}
47
}