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

Set up LD_RUN_PATH

parent b7f7ed2e
Branches
Tags
No related merge requests found
......@@ -22,6 +22,12 @@ include ../Common.gmake
CFLAGS += $(SBBS_CFLAGS) $(SMBLIB_CFLAGS) $(XPDEV-MT_CFLAGS) `wx-config --unicode --cflags`
CXXFLAGS += $(CFLAGS)
LDFLAGS += `wx-config --unicode --libs` $(SMBLIB_LDFLAGS) $(XPDEV-MT_LDFLAGS) $(MT_LDFLAGS) $(SBBS_LDFLAGS)
ifdef SBBSDIR
LD_RUN_PATH := $(SBBSDIR)/exec:$(SBBS_SRC)/$(LIBODIR)
else
LD_RUN_PATH := $(SBBS_SRC)/$(LIBODIR)
endif
export LD_RUN_PATH
$(USERLIST): $(SBBS) $(OBJS)
@echo Linking $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment