summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authortne <tne>2014-09-17 08:31:21 (GMT)
committertne <tne>2014-09-17 08:31:21 (GMT)
commit82923d2bab1959b7f1ab2870e2389a7a0b6cfa6a (patch)
treeb92246ab9ea0374ab7cadc146d761d37ce02378d /win
parente2d026ebdb97a3f215ec1f2444ac24eef42c507e (diff)
downloadtcl-82923d2bab1959b7f1ab2870e2389a7a0b6cfa6a.zip
tcl-82923d2bab1959b7f1ab2870e2389a7a0b6cfa6a.tar.gz
tcl-82923d2bab1959b7f1ab2870e2389a7a0b6cfa6a.tar.bz2
Removed non-working tclkit-direct makefile technique
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in23
1 files changed, 6 insertions, 17 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 0b52640..113f87a 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -442,7 +442,12 @@ tclkit.vfs: $(TCLSH) $(DDE_DLL_FILE) $(REG_DLL_FILE)
@$(TCL_EXE) "$(ROOT_DIR)/tools/mkVfs.tcl" \
"$(WIN_DIR)/tclkit.vfs/tcl$(VERSION)" "$(ROOT_DIR)" windows
-$(TCLKIT): tclkit-direct
+$(TCLKIT): $(TCLKIT_OBJS) @LIBRARIES@ $(TCL_STUB_LIB_FILE) tclsh.$(RES) null.zip tclkit.vfs
+ $(CC) $(CFLAGS) $(TCLKIT_OBJS) $(TCL_LIB_FILE) $(TCL_STUB_LIB_FILE) $(LIBS) \
+ tclsh.$(RES) $(CC_EXENAME) $(LDFLAGS_CONSOLE)
+ @VC_MANIFEST_EMBED_EXE@
+ cat null.zip >> $(TCLKIT)
+ cd tclkit.vfs ; zip -rAq $(WIN_DIR)/$(TCLKIT) .
# Builds an executable directly from the Tcl sources
tclkit-direct: $(TCLKIT_OBJS) ${GENERIC_OBJS} $(TOMMATH_OBJS) ${WIN_OBJS} ${ZLIB_OBJS} @LIBRARIES@ $(TCL_STUB_LIB_FILE) tclsh.$(RES) null.zip tclkit.vfs
@@ -456,22 +461,6 @@ tclkit-direct: $(TCLKIT_OBJS) ${GENERIC_OBJS} $(TOMMATH_OBJS) ${WIN_OBJS} ${ZLI
cat null.zip >> $(TCLKIT)
cd tclkit.vfs ; zip -rAq $(WIN_DIR)/$(TCLKIT) .
-
-# Builds an executable linked to the Tcl dynamic library
-tclkit-dynamic: $(TCLKIT_OBJS) @LIBRARIES@ $(TCL_STUB_LIB_FILE) tclsh.$(RES) null.zip tclkit.vfs
- $(CC) $(CFLAGS) $(TCLKIT_OBJS) $(TCL_LIB_FILE) $(TCL_STUB_LIB_FILE) $(LIBS) \
- tclsh.$(RES) $(CC_EXENAME) $(LDFLAGS_CONSOLE)
- @VC_MANIFEST_EMBED_EXE@
- cat null.zip >> $(TCLKIT)
- cd tclkit.vfs ; zip -rAq $(WIN_DIR)/$(TCLKIT) .
-
-tclkit-kitlib: $(TCLKIT_OBJS) @LIBRARIES@ $(TCL_STUB_LIB_FILE) tclsh.$(RES) null.zip tclkit.vfs
- $(CC) $(CFLAGS) $(TCLKIT_OBJS) $(TCL_LIB_FILE) $(TCL_STUB_LIB_FILE) $(LIBS) \
- tclsh.$(RES) $(CC_EXENAME) $(LDFLAGS_CONSOLE)
- @VC_MANIFEST_EMBED_EXE@
- cat null.zip >> $(TCLKIT)
- cd tclkit.vfs ; zip -rAq $(WIN_DIR)/$(TCLKIT) .
-
cat32.$(OBJEXT): cat.c
$(CC) -c $(CC_SWITCHES) @DEPARG@ $(CC_OBJNAME)