Changeset 93120 in vbox for trunk/src/VBox/Main/src-helper-apps/os2/Makefile.kmk
- Timestamp:
- Jan 4, 2022 2:54:28 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149134
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/os2/Makefile.kmk
r93116 r93120 23 23 # This is checked in as a binary, this is just the makefile for re-builting it. 24 24 # 25 override DEFS.os2 = RT_OS_OS2 # HACK ALERT! 26 PROGRAMS += os2_util 27 os2_util_TOOL = OPENWATCOM-16 28 os2_util_ASTOOL = OPENWATCOM-16 29 os2_util_LDTOOL = OPENWATCOM-WL 30 os2_util_BLD_TRG = os2 31 os2_util_BLD_TRG_ARCH = x86 32 os2_util_INST = $(INST_UNATTENDED_TEMPLATES) 33 os2_util_MODE = a+r,u+w 34 os2_util_DEFS = IN_RING3 35 os2_util_CFLAGS = -zl -s -ml 36 os2_util_LDFLAGS = \ 25 ifdef VBOX_WITH_OPEN_WATCOM 26 PROGRAMS += os2_util 27 endif 28 os2_util_TOOL = OPENWATCOM-16 29 os2_util_ASTOOL = OPENWATCOM-16 30 os2_util_LDTOOL = OPENWATCOM-WL 31 os2_util_BLD_TRG = os2 32 os2_util_BLD_TRG_ARCH = x86 33 os2_util_INST = $(INST_UNATTENDED_TEMPLATES) 34 os2_util_MODE = a+r,u+w 35 os2_util_DEFS = IN_RING3 36 os2_util_CFLAGS = -zl -s -ml -os 37 os2_util_LDFLAGS = \ 37 38 SYSTEM os2 \ 38 39 OPTION START=_Os2UtilMain \ … … 41 42 OPTION MANYAUTODATA \ 42 43 SEGMENT IOPL IOPL EXECUTEREAD 43 os2_util_INCS = $(PATH_TOOL_OPENWATCOM)/h/os21x 44 os2_util_SOURCES = os2_util.c os2_utilA.asm 44 if 0 45 os2_util_LDFLAGS += Debug Watcom All 46 os2_util_CFLAGS += -d2 -hw 47 endif 48 49 os2_util_INCS = $(PATH_TOOL_OPENWATCOM)/h/os21x 50 os2_util_SOURCES = os2_util.c os2_utilA.asm 45 51 46 52 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.