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

Add Borland makefile for SyncView

parent 68cb0ae7
No related branches found
No related tags found
No related merge requests found
SRC_ROOT = ..
!include ${SRC_ROOT}\build\Common.bmake
CFLAGS = $(CFLAGS) $(CIOLIB-MT_CFLAGS) $(XPDEV-MT_CFLAGS)
LDFLAGS = $(LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDEV-MT_LDFLAGS)
$(SYNCVIEW): $(OBJS)
@echo Linking $@
${QUIET}$(CC) $(LDFLAGS) $(MT_LDFLAGS) -e$@ $(OBJS) $(CIOLIB-MT_LIBS) $(XPDEV-MT_LIBS)
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