cdrtools/DEFAULTS/vc7-setup

46 lines
935 B
Plaintext
Raw Permalink Normal View History

2025-06-15 04:19:58 +08:00
# @(#)vc7-setup 1.5 09/05/16 Copyright 2006 J. Schilling
#
# Keep in sync with vc7-cygwin-setup as we cannot rely on hard links
#
#
# 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=/cygdrive/c/Programme/Microsoft Visual Studio 8
#
# An English installation
#
VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio 8
VSINS=/cygdrive/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: