Changeset 3220 in vbox
- Timestamp:
- Jun 21, 2007 8:05:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r3188 r3220 2264 2264 2265 2265 2266 2267 2268 ifdef VBOX_WITH_OS2_ADDITIONS 2269 2270 # 2271 # Template for building OS/2 R0 things. 2272 # 2273 TEMPLATE_VBOXOS2GUESTR0 = VBox OS/2 Guest Driver 2274 TEMPLATE_VBOXOS2GUESTR0_INST = $(INST_ADDITIONS)os2/ 2275 TEMPLATE_VBOXOS2GUESTR0_BLD_TRG = os2 2276 TEMPLATE_VBOXOS2GUESTR0_BLD_TRG_ARCH = x86 2277 TEMPLATE_VBOXOS2GUESTR0_BLD_TRG_CPU = blend 2278 TEMPLATE_VBOXOS2GUESTR0_DEFS = IN_GUEST IN_GUEST_R0 IN_RING0 IN_RT_R0 __OS2__ HC_ARCH_BITS=32 GC_ARCH_BITS=32 2279 TEMPLATE_VBOXOS2GUESTR0_SYSSUFF = .sys 2280 TEMPLATE_VBOXOS2GUESTR0_ASTOOL = NASM 2281 TEMPLATE_VBOXOS2GUESTR0_ASFLAGS = -f obj -DASM_FORMAT_OMF -D__NASM__ -w+orphan-labels -g 2282 TEMPLATE_VBOXOS2GUESTR0_TOOL = GXX3OMF 2283 TEMPLATE_VBOXOS2GUESTR0_CXXFLAGS = -g -Wall -pedantic -Wno-long-long -Wno-trigraphs -pipe -fno-strict-aliasing -fno-rtti -fno-exceptions 2284 TEMPLATE_VBOXOS2GUESTR0_CFLAGS = -g -Wall -pedantic -Wno-long-long -Wno-trigraphs -pipe -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -fno-strict-aliasing 2285 ifneq ($(BUILD_TARGET),debug) 2286 TEMPLATE_VBOXOS2GUESTR0_CFLAGS += -O2 -fno-omit-frame-pointer 2287 TEMPLATE_VBOXOS2GUESTR0_CXXFLAGS += -O2 -fno-omit-frame-pointer 2288 endif 2289 TEMPLATE_VBOXOS2GUESTR0_LIBS = $(VBOX_GCC_LIBGCC) ## @todo this isn't nice. 2290 TEMPLATE_VBOXOS2GUESTR0_LDFLAGS = -Zlinker Option -Zlinker internalrelocs, -Zlinker togglerelocs 2291 2292 # 2293 # R0 OS/2 guest libraries 2294 # 2295 TEMPLATE_VBOXOS2GUESTR0LIB = VBox OS/2 Guest Driver Library 2296 TEMPLATE_VBOXOS2GUESTR0LIB_EXTENDS = VBOXOS2GUESTR0 2297 TEMPLATE_VBOXOS2GUESTR0LIB_INST = $(INST_ADDITIONS_LIB)os2/ 2298 2299 VBOX_LIB_IPRT_OS2GUESTR0 = $(PATH_LIB)/additions/os2/RuntimeOS2GuestR0.lib 2300 2301 endif # VBOX_WITH_OS2_ADDITIONS 2302 2303 2266 2304 # 2267 2305 # Two targets to coordinate version number changes properly. Note that the
Note:
See TracChangeset
for help on using the changeset viewer.

