Skip to content
Snippets Groups Projects
Commit 0a862a5b authored by deuce's avatar deuce
Browse files

SyncTERM now depends on the encode and hash libs.

parent 2a48ab89
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@ SYNCTERM = $(EXEODIR)$(DIRSEP)syncterm$(EXEFILE)
all: xpdev-mt ciolib-mt uifc-mt $(MTOBJODIR) $(EXEODIR) $(SYNCTERM)
$(SYNCTERM): $(XPDEV-MT_LIB) $(CIOLIB-MT) $(UIFCLIB-MT)
$(SYNCTERM): $(XPDEV-MT_LIB) $(CIOLIB-MT) $(UIFCLIB-MT) $(ENCODE_LIB) $(HASH_LIB)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment