VirtualBox

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

Last change on this file since 28800 was 28800, checked in by vboxsync, 14 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 3.4 KB
Line 
1# $Id: Config.kmk 28800 2010-04-27 08:22:32Z vboxsync $
2## @file
3# OpenSSL kBuild Configuration file.
4#
5
6#
7# Copyright (C) 2006-2007 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:/dev/ddk/200402/video
30PATH_DDKBASE = D:/dev/ddk/200402/base
31
32#
33# Template for VAC308 Gradd stuff.
34#
35TEMPLATE_VBOXOS2VAC308 = Template for VisualAge for C++ v3.08 / Gradd
36TEMPLATE_VBOXOS2VAC308_TOOL = VAC308
37TEMPLATE_VBOXOS2VAC308_ASTOOL = ALP
38TEMPLATE_VBOXOS2VAC308_DEFS += IN_RING3 RT_OS_OS2
39
40TEMPLATE_VBOXOS2VAC308_CFLAGS += /Gn+ # Do not generate default libraries in object.
41TEMPLATE_VBOXOS2VAC308_CFLAGS += /Gr+ # Allow object code to run at ring 0.
42TEMPLATE_VBOXOS2VAC308_CFLAGS += /Rn # Produce code to run with no runtime environment.
43TEMPLATE_VBOXOS2VAC308_CFLAGS += /Sp1 # Pack aggregate members on 1 byte alignment.
44TEMPLATE_VBOXOS2VAC308_CFLAGS += /Tm- # No debug memory management.
45TEMPLATE_VBOXOS2VAC308_CFLAGS += /Q+ # Suppress the logo. (in VAC308.kmk?)
46TEMPLATE_VBOXOS2VAC308_CFLAGS += /C+ # Perform compile only, no link. (in VAC308.kmk?)
47TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ss+ # Allow the double slash (//) format to be used for comments. (C only)
48TEMPLATE_VBOXOS2VAC308_CFLAGS += /G5 # Generate code optimized for use on a Pentium processor.
49TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ti+ # Generate debugging information.
50TEMPLATE_VBOXOS2VAC308_CFLAGS += /O+ # Optimize generated code.
51TEMPLATE_VBOXOS2VAC308_CFLAGS += /Oi+ # Turn on function inlining.
52TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ge- # Use the version of the runtime library that assumes a DLL is being built. (_DLL_InitTerm++)
53TEMPLATE_VBOXOS2VAC308_CFLAGS := $(strip $(TEMPLATE_VBOXOS2VAC308_CFLAGS))
54TEMPLATE_VBOXOS2VAC308_CXXFLAGS = $(VBoxGradd_CFLAGS)
55
56TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Nologo" # Quiet! (ILINK308.kmk?)
57TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Debug" # Debug info (ILINK308.kmk?)
58TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Map" # Generate map file (ILINK308.kmk?)
59TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Linenumbers" # Map file with linenumbers.
60TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Exepack:2" # Compress the file using exepack 2.
61TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Alignment:32" # Pack LX pages on 32 byte boundraries (default is 512 bytes).
62TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/NoDefaultLibrarySearch"
63TEMPLATE_VBOXOS2VAC308_LDFLAGS := $(strip $(TEMPLATE_VBOXOS2VAC308_LDFLAGS))
64
65TEMPLATE_VBOXOS2VAC308_INCS = \
66 $(PATH_DDKVIDEO)/rel/os2c/include/base/os2 \
67 $(PATH_DDKVIDEO)/rel/os2c/include/base/os2/16bit
68
69TEMPLATE_VBOXOS2VAC308_LIBS = \
70 $(PATH_DDKVIDEO)/rel/os2c/lib/os2/os2386.lib \
71 $(PATH_TOOL_VAC308_LIB)/cppon30.lib
72
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use