VirtualBox

source: vbox/trunk/src/VBox/Main/src-helper-apps/os2/Makefile.kmk@ 93123

Last change on this file since 93123 was 93123, checked in by vboxsync, 3 years ago

Main/UnattendedOs2Install: More updates. [build fix]

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1# $Id: Makefile.kmk 93123 2022-01-04 04:08:02Z vboxsync $
2## @file
3# Top-level makefile for src/VBox/Main/src-helper-apps/os2.
4#
5
6#
7# Copyright (C) 2022 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21#
22# OS/2 Unattended installation helper utility.
23# This is checked in as a binary, this is just the makefile for re-builting it.
24#
25ifdef VBOX_WITH_OPEN_WATCOM
26 PROGRAMS += os2_util
27endif
28os2_util_TEMPLATE = DUMMY
29os2_util_TOOL = OPENWATCOM-16
30os2_util_ASTOOL = OPENWATCOM-16
31os2_util_LDTOOL = OPENWATCOM-WL
32os2_util_BLD_TRG = os2
33os2_util_BLD_TRG_ARCH = x86
34os2_util_EXESUFF = .exe
35os2_util_INST = $(INST_UNATTENDED_TEMPLATES)
36os2_util_MODE = a+r,u+w
37os2_util_DEFS = IN_RING3
38os2_util_CFLAGS = -zl -s -ml -os
39os2_util_LDFLAGS = \
40 SYSTEM os2 \
41 OPTION START=_Os2UtilMain \
42 OPTION STACK=8192 \
43 OPTION HEAPSize=4096 \
44 OPTION MANYAUTODATA \
45 SEGMENT IOPL IOPL EXECUTEREAD
46if 0
47os2_util_LDFLAGS += Debug Watcom All
48os2_util_CFLAGS += -d2 -hw
49endif
50
51os2_util_INCS = $(PATH_TOOL_OPENWATCOM)/h/os21x
52os2_util_SOURCES = os2_util.c os2_utilA.asm
53
54include $(FILE_KBUILD_SUB_FOOTER)
55
Note: See TracBrowser for help on using the repository browser.

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