Skip to content

Commit

Permalink
Remove the dependency on the uuid in makefile.vc\n
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 23, 2024
1 parent e071711 commit 5199c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions win/makefile.vc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $(ROOT)\manifest.uuid:
/c/msys64/usr/bin/git rev-parse HEAD >>$(ROOT)\manifest.uuid

$(TMP_DIR)\tkglUuid.h: $(ROOT)\manifest.uuid
copy $(WIN_DIR)\tkglUuid.h.in $(ROOT)\manifest.uuid $(TMP_DIR)\tkglUuid.h
copy $(WIN_DIR)\tkglUuid.h.in+$(ROOT)\manifest.uuid $(TMP_DIR)\tkglUuid.h


# The default install target only installs binaries and scripts so add
Expand All @@ -61,4 +61,5 @@ $(TMP_DIR)\tkglUuid.h: $(ROOT)\manifest.uuid
install: default-install-docs-n

# Explicit dependency rules
$(GENERICDIR)\tkgl.c : $(GENERICDIR)\tkgl.h $(TMP_DIR)\tkglUuid.h
#$(GENERICDIR)\tkgl.c : $(GENERICDIR)\tkgl.h $(TMP_DIR)\tkglUuid.h
$(GENERICDIR)\tkgl.c : $(GENERICDIR)\tkgl.h
2 changes: 1 addition & 1 deletion win/tkglUuid.h.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define SAMPLE_VERSION_UUID \
#define TKGL_VERSION_UUID \

0 comments on commit 5199c32

Please sign in to comment.