Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 1
// -*- MPC -*-
2
// $Id: vc8dll.mpt 107 2005-09-02 16:42:23Z bj $
3
 
4
conditional_include "common"
5
conditional_include "windowscommon"
6
 
7
configurations     = Debug Release
8
common_defines     = WIN32 _WINDOWS _CRT_SECURE_NO_DEPRECATE
9
ConfigurationType  = 2
10
use_lib_modifier   = 1
11
Detect64BitPortabilityProblems = false
12
MinimalRebuild     = false
13
 
14
Release {
15
  LinkIncremental  = 1
16
  optimize         = 2
17
  defines          = NDEBUG
18
  output_dir       = Release
19
  intermediate_dir = Release
20
  RuntimeLibrary   = 2
21
}
22
 
23
Debug {
24
  defines          = _DEBUG
25
  output_dir       = .
26
  intermediate_dir = Debug
27
  lib_modifier     = d
28
  RuntimeLibrary   = 3
29
}
30
 
31
MFC Release {
32
  LinkIncremental  = 1
33
  optimize         = 2
34
  defines          = NDEBUG
35
  output_dir       = MFC_Release
36
  intermediate_dir = MFC_Release
37
  lib_modifier     = mfc
38
  RuntimeLibrary   = 2
39
  UseOfMFC         = 2
40
}
41
 
42
MFC Debug {
43
  defines          = _DEBUG
44
  output_dir       = MFC_Debug
45
  intermediate_dir = MFC_Debug
46
  lib_modifier     = mfcd
47
  RuntimeLibrary   = 2
48
  UseOfMFC         = 2
49
}
50
 
51
conditional_include "vcpartialmacros"
52
conditional_include "user_vc8dll"