Diff
Not logged in

Differences From Artifact [592202e361]:

To Artifact [0cfbef73bf]:


800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
800
801
802
803
804
805
806










807
808

809
810
811
812
813
814
815







-
-
-
-
-
-
-
-
-
-


-








$(TMP_DIR)\tclTestObj.obj: $(GENERICDIR)\tclTestObj.c
	$(cc32) $(appcflags) -Fo$@ $?

$(TMP_DIR)\tclWinTest.obj: $(WIN_DIR)\tclWinTest.c
	$(CCAPPCMD) $?

# Following the lead of the autoconf based make, we define the
# CFG_RUNTIME_DLLFILE flag specifically for tclZipfs and tclPkgConfig
# and not as part of the global defines. Moreover, for tclZipfs,
# we define only CFG_RUNTIME_DLLFILE to force use of //zipfs:
# as the zip fs root. However it is defined as empty. See tclPkgConfig.obj
# comments as to why.
# We do not define other CFG_RUNTIME_ZIPFILE at all because
# that causes the zipfs code to go looking at directories that existed
# on the *build* system as opposed to the target runtime system. This
# is the case even if the value is defined as an empty string.
$(TMP_DIR)\tclZipfs.obj: $(GENERICDIR)\tclZipfs.c
	$(cc32) $(pkgcflags) \
	-DCFG_RUNTIME_DLLFILE="\"\"" \
	-I$(COMPATDIR)\zlib -I$(COMPATDIR)\zlib\contrib\minizip \
	-Fo$@ $?

$(TMP_DIR)\tclZlib.obj: $(GENERICDIR)\tclZlib.c
	$(cc32) $(pkgcflags) -I$(COMPATDIR)\zlib -Fo$@ $?

# Following the lead of the autoconf based make, we define the