cdrtools/DEFAULTS_ENG/vc7-interix-setup

42 lines
865 B
Plaintext
Raw Permalink Normal View History

2025-06-15 04:19:58 +08:00
# @(#)vc7-interix-setup 1.7 07/04/24 Copyright 2006 J. Schilling
#
# Disable warnings for nonportable variable assignements.
# We only use smake MS-WIN, so this is not a problem.
#
.NO_WARN: :=
#
# A German installation
#
VSINSTALLDIR=C:\Programme\Microsoft Visual Studio 8
VSINS=/dev/fs/C/Programme/Microsoft Visual Studio 8
#
# An English installation
#
VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio 8
VSINS=/dev/fs/C/Program Files/Microsoft Visual Studio 8
export VSINSTALLDIR
VCINSTALLDIR :=${VSINSTALLDIR}\VC
export VCINSTALLDIR
PATH :=${VSINS}/VC/bin:${VSINS}/Common7/IDE:${PATH}
export PATH
INCLUDE :=${VCINSTALLDIR}\include;${VCINSTALLDIR}\PlatformSDK\Include;${INCLUDE}
export INCLUDE
LIB :=${VCINSTALLDIR}\LIB;${VCINSTALLDIR}\PlatformSDK\LIB;${LIB}
export LIB
VC_SETUP=dummy-setup
export VC_SETUP
#
# Re-enable all warnings.
#
.NO_WARN: