VirtualBox

source: vbox/trunk/src/VBox/Additions/os2/Config.kmk@ 57487

Last change on this file since 57487 was 57487, checked in by vboxsync, 9 years ago

forward-ported r89714 (add/os2/Config.kmk: Try use the GCC3OMF librarian instead of ilib.exe from VisualAge for C++. ilib does not properly handle path names like 'add-5.0' (the dash is the problem)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 3.7 KB
Line 
1# $Id: Config.kmk 57487 2015-08-21 09:43:37Z vboxsync $
2## @file
3# kBuild Configuration file for the OS/2 Guest Additions.
4#
5
6#
7# Copyright (C) 2006-2015 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
18ifdef VBOX_ADDITIONS_OS2_CONFIG_KMK_INCLUDED
19 $(error oops.)
20endif
21VBOX_ADDITIONS_OS2_CONFIG_KMK_INCLUDED = true
22
23# Include the top-level configure file.
24ifndef VBOX_ROOT_CONFIG_KMK_INCLUDED
25 include $(PATH_ROOT)/Config.kmk
26endif
27
28## FIXME
29PATH_DDKVIDEO ?= D:/ddk/200402/video
30PATH_DDKBASE ?= D:/ddk/200402/base
31TOOL_MASM510_AS ?= $(PATH_DDKBASE)/tools/masm.exe
32TOOL_MSLINK510_LD ?= $(PATH_DDKBASE)/tools/link.exe
33PATH_TOOL_VAC308 ?= D:/VACpp/v3.08
34PATH_TOOL_ALP ?= D:/Toolkit/v4.52/bin
35
36#
37# Template for VAC308 Gradd stuff.
38#
39TEMPLATE_VBOXOS2VAC308 = Template for VisualAge for C++ v3.08 / Gradd
40TEMPLATE_VBOXOS2VAC308_TOOL = VAC308
41TEMPLATE_VBOXOS2VAC308_ASTOOL = ALP
42TEMPLATE_VBOXOS2VAC308_ARTOOL = GCC3OMF
43TEMPLATE_VBOXOS2VAC308_INST = $(INST_ADDITIONS)
44TEMPLATE_VBOXOS2VAC308_DEFS = RT_OS_OS2 IN_RING3 ## @todo IN_GUEST IN_GUEST_R3 IN_RT_R3
45
46TEMPLATE_VBOXOS2VAC308_CFLAGS += /Gn+ # Do not generate default libraries in object.
47TEMPLATE_VBOXOS2VAC308_CFLAGS += /Gr+ # Allow object code to run at ring 0.
48TEMPLATE_VBOXOS2VAC308_CFLAGS += /Rn # Produce code to run with no runtime environment.
49TEMPLATE_VBOXOS2VAC308_CFLAGS += /Sp1 # Pack aggregate members on 1 byte alignment.
50TEMPLATE_VBOXOS2VAC308_CFLAGS += /Tm- # No debug memory management.
51TEMPLATE_VBOXOS2VAC308_CFLAGS += /Q+ # Suppress the logo. (in VAC308.kmk?)
52TEMPLATE_VBOXOS2VAC308_CFLAGS += /C+ # Perform compile only, no link. (in VAC308.kmk?)
53TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ss+ # Allow the double slash (//) format to be used for comments. (C only)
54TEMPLATE_VBOXOS2VAC308_CFLAGS += /G5 # Generate code optimized for use on a Pentium processor.
55TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ti+ # Generate debugging information.
56TEMPLATE_VBOXOS2VAC308_CFLAGS += /O+ # Optimize generated code.
57TEMPLATE_VBOXOS2VAC308_CFLAGS += /Oi+ # Turn on function inlining.
58TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ge- # Use the version of the runtime library that assumes a DLL is being built. (_DLL_InitTerm++)
59TEMPLATE_VBOXOS2VAC308_CFLAGS := $(strip $(TEMPLATE_VBOXOS2VAC308_CFLAGS))
60TEMPLATE_VBOXOS2VAC308_CXXFLAGS = $(VBoxGradd_CFLAGS)
61
62TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Nologo" # Quiet! (ILINK308.kmk?)
63TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Debug" # Debug info (ILINK308.kmk?)
64TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Map" # Generate map file (ILINK308.kmk?)
65TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Linenumbers" # Map file with linenumbers.
66TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Exepack:2" # Compress the file using exepack 2.
67TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Alignment:32" # Pack LX pages on 32 byte boundaries (default is 512 bytes).
68TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/NoDefaultLibrarySearch"
69TEMPLATE_VBOXOS2VAC308_LDFLAGS := $(strip $(TEMPLATE_VBOXOS2VAC308_LDFLAGS))
70
71TEMPLATE_VBOXOS2VAC308_INCS = \
72 $(PATH_DDKVIDEO)/rel/os2c/include/base/os2 \
73 $(PATH_DDKVIDEO)/rel/os2c/include/base/os2/16bit
74
75TEMPLATE_VBOXOS2VAC308_LIBS = \
76 $(PATH_DDKVIDEO)/rel/os2c/lib/os2/os2386.lib \
77 $(PATH_TOOL_VAC308_LIB)/cppon30.lib
78
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