Changeset 46935 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 3, 2013 1:27:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Config.kmk
r46222 r46935 35 35 TEMPLATE_VBoxBios_BINSUFF = .rom 36 36 TEMPLATE_VBoxBios_INCS = . 37 TEMPLATE_VBoxBios_ASFLAGS = -q -wx ## @todo add -0?38 TEMPLATE_VBoxBios_CFLAGS = -q -3 -wx -zl -zu -s -oafs - d1+ -ms37 TEMPLATE_VBoxBios_ASFLAGS = -q -wx -d1 ## @todo add -0? 38 TEMPLATE_VBoxBios_CFLAGS = -q -3 -wx -zl -zu -s -oafs -ms -hc -d1+ 39 39 TEMPLATE_VBoxBios_CXXFLAGS = $(TEMPLATE_VBoxBios_CFLAGS) 40 40 TEMPLATE_VBoxBios_DEPS = $(VBOX_VERSION_HEADER) 41 41 TEMPLATE_VBoxBios_LDFLAGS = system dos \ 42 debug all \42 debug codeview all \ 43 43 option quiet, nofarcalls, map, verbose, statics, symfile \ 44 44 disable 1014, 1023, 2120 … … 57 57 TEMPLATE_VBoxBios32Lib_TOOL = OPENWATCOM 58 58 TEMPLATE_VBoxBios32Lib_ASTOOL = OPENWATCOM 59 TEMPLATE_VBoxBios32Lib_CFLAGS = -q -wx -zu -s -oas - d1+ -ms -nt=BIOS32 -nd=BIOS3259 TEMPLATE_VBoxBios32Lib_CFLAGS = -q -wx -zu -s -oas -ms -nt=BIOS32 -nd=BIOS32 -hc -d1+ 60 60 TEMPLATE_VBoxBios32Lib_CXXFLAGS = $(TEMPLATE_VBoxBios32_CFLAGS) 61 61 TEMPLATE_VBoxBios32Lib_LNK_DEPS = $(NO_SUCH_VARIABLE)
Note:
See TracChangeset
for help on using the changeset viewer.