3 // For some reason, Objectivity names things differently on Windows
4 specific(prop:windows) {
13 command = $(OBJECTIVITY_ROOT)/bin/$(OODDL)
14 commandflags = -I$(OBJECTIVITY_ROOT)/include
17 source_pre_extension = _ddl
18 header_pre_extension = , _ref
19 source_outputext = .cpp
23 includes += $(OBJECTIVITY_ROOT)/include
24 libpaths += $(OBJECTIVITY_ROOT)/lib
26 specific(prop:microsoft) {
27 // Including <objy/query/Query.h> causes this warning
28 DisableSpecificWarnings += 4251