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

Makefile works now.

parent 67965a6b
Branches
Tags
No related merge requests found
......@@ -34,12 +34,11 @@
#############################################################################
SRC_ROOT = ..
!include $(SRC_ROOT)/build/Common.bmake
!include $(SRC_ROOT)\build\Common.bmake
LDFLAGS = $(LDFLAGS) $(XPDEV_LDFLAGS)
CFLAGS = $(CFLAGS) $(XPDEV_CFLAGS)
LDLIBS = $(LDLIBS) -lm -lxpdev
$(TONE): $(OBJODIR)$(DIRSEP)tone$(OFILE)
$(TONE): $(OBJS)
@echo Creating $@
$(QUIET)$(CC) $(CFLAGS) $(CCFLAGS) $(LDFLAGS) -e$@ $** $(LDLIBS)
$(QUIET)$(CC) $(CFLAGS) $(LDFLAGS) -e$@ $** $(XPDEV_LIBS)
......@@ -8,3 +8,4 @@
OBJS = \
$(OBJODIR)$(DIRSEP)tone$(OFILE)
TONE = $(EXEODIR)$(DIRSEP)tone$(EXEFILE)
all: $(EXEODIR) $(OBJODIR) $(TONE)
all: $(XPDEV_LIB) $(EXEODIR) $(OBJODIR) $(TONE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment