diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-30 16:36:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-30 16:36:27 (GMT) |
commit | 11f905cd0ac504734130b3c41a7b434b83557b7c (patch) | |
tree | abb5aacd6432c77776fbd41f32c2e78ea863db7c /win/makefile.vc | |
parent | ef76e3161ec9acba0a8e3fac11460a93571ba362 (diff) | |
download | tcl-11f905cd0ac504734130b3c41a7b434b83557b7c.zip tcl-11f905cd0ac504734130b3c41a7b434b83557b7c.tar.gz tcl-11f905cd0ac504734130b3c41a7b434b83557b7c.tar.bz2 |
Add compiler information (gcc|clang|msvc) information
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index ed68244..8ce4354 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -758,11 +758,11 @@ $(TMP_DIR)\tclMainW.obj: $(GENERICDIR)\tclMain.c $(cc32) $(pkgcflags) /DUNICODE /D_UNICODE \
-Fo$@ $?
-$(ROOT)\manifest.uuid: $(WIN_DIR)\gitmanifest.in
+$(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 $(WIN_DIR)\tclUuid.h.in
+$(TMP_DIR)\tclUuid.h: $(ROOT)\manifest.uuid
copy $(WIN_DIR)\tclUuid.h.in+$(ROOT)\manifest.uuid $(TMP_DIR)\tclUuid.h
$(TMP_DIR)\tclBasic.obj: $(GENERICDIR)\tclBasic.c $(TMP_DIR)\tclUuid.h
|