VirtualBox

Ignore:
Timestamp:
Jan 4, 2022 2:54:28 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149134
Message:

Main/os2_util: Updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/os2/Makefile.kmk

    r93116 r93120  
    2323# This is checked in as a binary, this is just the makefile for re-builting it.
    2424#
    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      = \
     25ifdef VBOX_WITH_OPEN_WATCOM
     26 PROGRAMS += os2_util
     27endif
     28os2_util_TOOL           = OPENWATCOM-16
     29os2_util_ASTOOL         = OPENWATCOM-16
     30os2_util_LDTOOL         = OPENWATCOM-WL
     31os2_util_BLD_TRG        = os2
     32os2_util_BLD_TRG_ARCH   = x86
     33os2_util_INST           = $(INST_UNATTENDED_TEMPLATES)
     34os2_util_MODE           = a+r,u+w
     35os2_util_DEFS           = IN_RING3
     36os2_util_CFLAGS         = -zl -s -ml -os
     37os2_util_LDFLAGS        = \
    3738        SYSTEM os2 \
    3839        OPTION START=_Os2UtilMain \
     
    4142        OPTION MANYAUTODATA \
    4243        SEGMENT IOPL IOPL EXECUTEREAD
    43 os2_util_INCS         = $(PATH_TOOL_OPENWATCOM)/h/os21x
    44 os2_util_SOURCES      = os2_util.c os2_utilA.asm
     44if 0
     45os2_util_LDFLAGS       += Debug Watcom All
     46os2_util_CFLAGS        += -d2 -hw
     47endif
     48
     49os2_util_INCS           = $(PATH_TOOL_OPENWATCOM)/h/os21x
     50os2_util_SOURCES        = os2_util.c os2_utilA.asm
    4551
    4652include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette