summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-24 12:25:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-24 12:25:14 (GMT)
commit22c94de04ae6d54b29babdf43862a5e859c050df (patch)
treef926ef10c28ef8789c0f763257488605a158c79e /win/makefile.vc
parentdbbc4a2ba899941a6af4bc5c4cf929c3b8154409 (diff)
parentc65fe541cc2c408ec080a298a3eed3c752a5975c (diff)
downloadtcl-22c94de04ae6d54b29babdf43862a5e859c050df.zip
tcl-22c94de04ae6d54b29babdf43862a5e859c050df.tar.gz
tcl-22c94de04ae6d54b29babdf43862a5e859c050df.tar.bz2
Merge 8.7
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc7
1 files changed, 7 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 00dcef1..0a0c359 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -797,6 +797,13 @@ $(TMP_DIR)\tclMainW.obj: $(GENERICDIR)\tclMain.c
$(cc32) $(pkgcflags) /DUNICODE /D_UNICODE \
-Fo$@ $?
+$(ROOT)\manifest.uuid:
+ copy $(WIN_DIR)\gitmanifest.in $(ROOT)\manifest.uuid
+ git rev-parse HEAD >>$(ROOT)\manifest.uuid
+
+$(TMP_DIR)\tclUuid.h: $(ROOT)\manifest.uuid
+ copy $(WIN_DIR)\tclUuid.h.in+$(ROOT)\manifest.uuid $(TMP_DIR)\tclUuid.h
+
$(TMP_DIR)\tclTest.obj: $(GENERICDIR)\tclTest.c
$(cc32) $(appcflags) -Fo$@ $?