summaryrefslogtreecommitdiff
path: root/config/objectstore.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'config/objectstore.mpb')
-rw-r--r--config/objectstore.mpb22
1 files changed, 22 insertions, 0 deletions
diff --git a/config/objectstore.mpb b/config/objectstore.mpb
new file mode 100644
index 00000000..0455f640
--- /dev/null
+++ b/config/objectstore.mpb
@@ -0,0 +1,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
+ }
+}