907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
|
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
|
-
+
|
-I$(COMPATDIR)\zlib -I$(COMPATDIR)\zlib\contrib\minizip \
-Fo$@ $?
$(TMP_DIR)\tclZlib.obj: $(GENERICDIR)\tclZlib.c
$(cc32) $(pkgcflags) -I$(COMPATDIR)\zlib -Fo$@ $?
$(TMP_DIR)\MemoryModule.obj: $(WIN_DIR)\MemoryModule.c
$(cc32) $(pkgcflags) /DUNICODE -Fo$@ $?
$(cc32) $(pkgcflags) /DUNICODE /D_UNICODE -Fo$@ $?
# Following the lead of the autoconf based make, we define the
# CFG_RUNTIME_*DIR flags specifically for tclPkgConfig
# and not as part of the global defines. These are all defined
# as empty strings because they are intended to represent paths
# at *runtime*, not build time. This may make sense on Unix systems
# where end-user does configure and make on the target system. It
|