VirtualBox

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

Last change on this file since 25816 was 23463, checked in by vboxsync, 15 years ago

filemuncher header fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 3.6 KB
Line 
1# $Id: Config.kmk 23463 2009-10-01 07:43:10Z vboxsync $
2## @file
3# OpenSSL kBuild Configuration file.
4#
5
6#
7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22ifdef VBOX_ADDITIONS_OS2_CONFIG_KMK_INCLUDED
23 $(error oops.)
24endif
25VBOX_ADDITIONS_OS2_CONFIG_KMK_INCLUDED = true
26
27# Include the top-level configure file.
28ifndef VBOX_ROOT_CONFIG_KMK_INCLUDED
29 include $(PATH_ROOT)/Config.kmk
30endif
31
32## FIXME
33PATH_DDKVIDEO = D:/dev/ddk/200402/video
34PATH_DDKBASE = D:/dev/ddk/200402/base
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_DEFS += IN_RING3 RT_OS_OS2
43
44TEMPLATE_VBOXOS2VAC308_CFLAGS += /Gn+ # Do not generate default libraries in object.
45TEMPLATE_VBOXOS2VAC308_CFLAGS += /Gr+ # Allow object code to run at ring 0.
46TEMPLATE_VBOXOS2VAC308_CFLAGS += /Rn # Produce code to run with no runtime environment.
47TEMPLATE_VBOXOS2VAC308_CFLAGS += /Sp1 # Pack aggregate members on 1 byte alignment.
48TEMPLATE_VBOXOS2VAC308_CFLAGS += /Tm- # No debug memory management.
49TEMPLATE_VBOXOS2VAC308_CFLAGS += /Q+ # Suppress the logo. (in VAC308.kmk?)
50TEMPLATE_VBOXOS2VAC308_CFLAGS += /C+ # Perform compile only, no link. (in VAC308.kmk?)
51TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ss+ # Allow the double slash (//) format to be used for comments. (C only)
52TEMPLATE_VBOXOS2VAC308_CFLAGS += /G5 # Generate code optimized for use on a Pentium processor.
53TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ti+ # Generate debugging information.
54TEMPLATE_VBOXOS2VAC308_CFLAGS += /O+ # Optimize generated code.
55TEMPLATE_VBOXOS2VAC308_CFLAGS += /Oi+ # Turn on function inlining.
56TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ge- # Use the version of the runtime library that assumes a DLL is being built. (_DLL_InitTerm++)
57TEMPLATE_VBOXOS2VAC308_CFLAGS := $(strip $(TEMPLATE_VBOXOS2VAC308_CFLAGS))
58TEMPLATE_VBOXOS2VAC308_CXXFLAGS = $(VBoxGradd_CFLAGS)
59
60TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Nologo" # Quiet! (ILINK308.kmk?)
61TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Debug" # Debug info (ILINK308.kmk?)
62TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Map" # Generate map file (ILINK308.kmk?)
63TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Linenumbers" # Map file with linenumbers.
64TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Exepack:2" # Compress the file using exepack 2.
65TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Alignment:32" # Pack LX pages on 32 byte boundraries (default is 512 bytes).
66TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/NoDefaultLibrarySearch"
67TEMPLATE_VBOXOS2VAC308_LDFLAGS := $(strip $(TEMPLATE_VBOXOS2VAC308_LDFLAGS))
68
69TEMPLATE_VBOXOS2VAC308_INCS = \
70 $(PATH_DDKVIDEO)/rel/os2c/include/base/os2 \
71 $(PATH_DDKVIDEO)/rel/os2c/include/base/os2/16bit
72
73TEMPLATE_VBOXOS2VAC308_LIBS = \
74 $(PATH_DDKVIDEO)/rel/os2c/lib/os2/os2386.lib \
75 $(PATH_TOOL_VAC308_LIB)/cppon30.lib
76
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