summaryrefslogtreecommitdiff
path: root/config/objectstore.mpb
blob: 0455f6409c495993452334be7cd5b75de3a728d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- MPC -*-
project {
  Define_Custom(Schema) {
    automatic_in        = 1
    automatic_out       = 1
    command             = $(OS_ROOTDIR)/bin/ossg
    commandflags        = -I $(OS_ROOTDIR)/include \
                          -asdb <%input_noext%>.adb -asof <%input_noext%>.obj
    inputext            = .imp
    generic_outputext   = .obj, .adb
    keyword schemaflags = commandflags
  }

  includes += $(OS_ROOTDIR)/include
  libpaths += $(OS_ROOTDIR)/lib
  libs     += ostore

  specific(prop:microsoft) {
    macros += _CRT_SECURE_NO_WARNINGS
    exceptionhandling = Async
  }
}