Config.kmk revision f7ac348ea0a65d69e3ddb443f5cb3f449e9ad825
# $Id$
## @file
# OpenSSL kBuild Configuration file.
#
#
# Copyright (C) 2006-2007 Sun Microsystems, Inc.
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation,
# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
# distribution. VirtualBox OSE is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY of any kind.
#
# If you received this file as part of a commercial VirtualBox
# distribution, then only the terms of your commercial VirtualBox
# license agreement apply instead of the previous paragraph.
#
ifdef VBOX_ADDITIONS_OS2_CONFIG_KMK_INCLUDED
$(error oops.)
endif
VBOX_ADDITIONS_OS2_CONFIG_KMK_INCLUDED = true
# Include the top-level configure file.
ifndef VBOX_ROOT_CONFIG_KMK_INCLUDED
include $(PATH_ROOT)/Config.kmk
endif
## FIXME
PATH_DDKVIDEO = D:/dev/ddk/200402/video
#
# Template for VAC308 Gradd stuff.
#
TEMPLATE_VBOXOS2VAC308 = Template for VisualAge for C++ v3.08 / Gradd
TEMPLATE_VBOXOS2VAC308_TOOL = VAC308
TEMPLATE_VBOXOS2VAC308_ASTOOL = ALP
TEMPLATE_VBOXOS2VAC308_DEFS += IN_RING3 RT_OS_OS2
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Gn+ # Do not generate default libraries in object.
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Gr+ # Allow object code to run at ring 0.
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Rn # Produce code to run with no runtime environment.
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Sp1 # Pack aggregate members on 1 byte alignment.
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Tm- # No debug memory management.
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Q+ # Suppress the logo. (in VAC308.kmk?)
TEMPLATE_VBOXOS2VAC308_CFLAGS += /C+ # Perform compile only, no link. (in VAC308.kmk?)
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ss+ # Allow the double slash (//) format to be used for comments. (C only)
TEMPLATE_VBOXOS2VAC308_CFLAGS += /G5 # Generate code optimized for use on a Pentium processor.
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ti+ # Generate debugging information.
TEMPLATE_VBOXOS2VAC308_CFLAGS += /O+ # Optimize generated code.
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Oi+ # Turn on function inlining.
TEMPLATE_VBOXOS2VAC308_CFLAGS += /Ge- # Use the version of the runtime library that assumes a DLL is being built. (_DLL_InitTerm++)
TEMPLATE_VBOXOS2VAC308_CFLAGS := $(strip $(TEMPLATE_VBOXOS2VAC308_CFLAGS))
TEMPLATE_VBOXOS2VAC308_CXXFLAGS = $(VBoxGradd_CFLAGS)
TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Nologo" # Quiet! (ILINK308.kmk?)
TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Debug" # Debug info (ILINK308.kmk?)
TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Map" # Generate map file (ILINK308.kmk?)
TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Linenumbers" # Map file with linenumbers.
TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Exepack:2" # Compress the file using exepack 2.
TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/Alignment:32" # Pack LX pages on 32 byte boundraries (default is 512 bytes).
TEMPLATE_VBOXOS2VAC308_LDFLAGS += -B"/NoDefaultLibrarySearch"
TEMPLATE_VBOXOS2VAC308_LDFLAGS := $(strip $(TEMPLATE_VBOXOS2VAC308_LDFLAGS))
TEMPLATE_VBOXOS2VAC308_INCS = \
$(PATH_DDKVIDEO)/rel/os2c/include/base/os2 \
$(PATH_DDKVIDEO)/rel/os2c/include/base/os2/16bit
TEMPLATE_VBOXOS2VAC308_LIBS = \
$(PATH_DDKVIDEO)/rel/os2c/lib/os2/os2386.lib \
$(PATH_TOOL_VAC308_LIB)/cppon30.lib