1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

add comment

This commit is contained in:
FunkyFr3sh 2024-09-13 13:01:14 +02:00
parent da2672e231
commit 128a4b95f1

View File

@ -14,6 +14,7 @@ ifeq ($(CMDTEST),\"\")
ECOMMIT := $(shell echo #define GIT_COMMIT "$(COMMIT)" > inc/git.h)
EBRANCH := $(shell echo #define GIT_BRANCH "$(BRANCH)" >> inc/git.h)
else
# Either *nix or Windows with sh.exe (e.g. w64devkit)
ECOMMIT := $(shell echo \#define GIT_COMMIT \"$(COMMIT)\" > inc/git.h)
EBRANCH := $(shell echo \#define GIT_BRANCH \"$(BRANCH)\" >> inc/git.h)
endif