summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-09-24 12:13:29 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2017-09-24 12:13:29 (GMT)
commita91099b33b6288e117d3913fb6da2800c2026758 (patch)
tree799d52f3dbbb028760c9d4d221bd32eeacadda30 /win/makefile.vc
parentad9a3b8b45304f8f24b7de903fcfd18394e09045 (diff)
downloadtcl-a91099b33b6288e117d3913fb6da2800c2026758.zip
tcl-a91099b33b6288e117d3913fb6da2800c2026758.tar.gz
tcl-a91099b33b6288e117d3913fb6da2800c2026758.tar.bz2
Move installation dir macros to rules.vc
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc20
1 files changed, 0 insertions, 20 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 2891e2f..098662b 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -13,16 +13,6 @@
# Copyright (c) 2003-2008 Pat Thoyts.
#------------------------------------------------------------------------------
-# Check to see we are configured to build with MSVC (MSDEVDIR, MSVCDIR or
-# VCINSTALLDIR) or with the MS Platform SDK (MSSDK or WindowsSDKDir)
-!if !defined(MSDEVDIR) && !defined(MSVCDIR) && !defined(VCINSTALLDIR) && !defined(MSSDK) && !defined(WINDOWSSDKDIR)
-MSG = ^
-You need to run vcvars32.bat from Developer Studio or setenv.bat from the^
-Platform SDK first to setup the environment. Jump to this line to read^
-the build instructions.
-!error $(MSG)
-!endif
-
#------------------------------------------------------------------------------
# HOW TO USE this makefile:
#
@@ -218,9 +208,6 @@ DDEVERSION = $(DDEDOTVERSION:.=)
REGDOTVERSION = 1.3
REGVERSION = $(REGDOTVERSION:.=)
-BINROOT = $(MAKEDIR) # originally .
-ROOT = $(MAKEDIR)\.. # originally ..
-
TCLIMPLIB = $(OUT_DIR)\$(PROJECT)$(VERSION)$(SUFX).lib
TCLLIBNAME = $(PROJECT)$(VERSION)$(SUFX).$(EXT)
TCLLIB = $(OUT_DIR)\$(TCLLIBNAME)
@@ -249,13 +236,6 @@ TCLSH_NATIVE = $(TCLSH)
!endif
!endif
-### Make sure we use backslash only.
-LIB_INSTALL_DIR = $(_INSTALLDIR)\lib
-BIN_INSTALL_DIR = $(_INSTALLDIR)\bin
-DOC_INSTALL_DIR = $(_INSTALLDIR)\doc
-SCRIPT_INSTALL_DIR = $(_INSTALLDIR)\lib\tcl$(DOTVERSION)
-INCLUDE_INSTALL_DIR = $(_INSTALLDIR)\include
-
TCLSHOBJS = \
$(TMP_DIR)\tclAppInit.obj \
!if !$(STATIC_BUILD)