Merge pull request #217 from jwillemsen/jwi-linkerflags
[MPC.git] / config / objectstore.mpb
blob0455f6409c495993452334be7cd5b75de3a728d2
1 // -*- MPC -*-
2 project {
3   Define_Custom(Schema) {
4     automatic_in        = 1
5     automatic_out       = 1
6     command             = $(OS_ROOTDIR)/bin/ossg
7     commandflags        = -I $(OS_ROOTDIR)/include \
8                           -asdb <%input_noext%>.adb -asof <%input_noext%>.obj
9     inputext            = .imp
10     generic_outputext   = .obj, .adb
11     keyword schemaflags = commandflags
12   }
14   includes += $(OS_ROOTDIR)/include
15   libpaths += $(OS_ROOTDIR)/lib
16   libs     += ostore
18   specific(prop:microsoft) {
19     macros += _CRT_SECURE_NO_WARNINGS
20     exceptionhandling = Async
21   }