Skip to content
Snippets Groups Projects
Commit 47d48ec1 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

jsdoor.c #includes ver.cpp !?!?

parent 6dec7bd4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1004 failed
......@@ -51,7 +51,9 @@ UTILS = $(FIXSMB) $(CHKSMB) \
$(SEXYZ) $(DSTSEDIT) $(READSAUCE) $(SHOWSTAT) \
$(PKTDUMP) $(FMSGDUMP)
all: git_hash.h git_branch.h dlls utils console scfg uedit umonitor
GIT_INFO = git_hash.h git_branch.h
all: $(GIT_INFO) dlls utils console scfg uedit umonitor
console: $(JS_DEPS) xpdev-mt smblib \
$(MTOBJODIR) $(LIBODIR) $(EXEODIR) \
......@@ -146,7 +148,7 @@ $(SERVICES):
$(SBBSCON): $(XPDEV-MT_LIB) $(SMBLIB)
$(SBBSMONO): $(XPDEV-MT_LIB) $(SMBLIB)
$(JSEXEC): $(XPDEV-MT_LIB) $(SMBLIB)
$(JSDOOR): $(XPDEV-MT_LIB)
$(JSDOOR): $(XPDEV-MT_LIB) $(GIT_INFO)
$(NODE): $(XPDEV_LIB)
$(BAJA): $(XPDEV_LIB) $(SMBLIB)
$(UNBAJA): $(XPDEV_LIB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment