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

Move shared lib stuff to Common.bmake

parent d4f7a52a
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ MT_LDFLAGS = -WM
CFLAGS = $(CFLAGS) -v
!endif
!endif
MKSHLIB = $(CC) -WD
# Common compiler flags
!ifdef DEBUG
......@@ -264,6 +265,7 @@ uifc-mt:
set RELEASE=$(RELEASE)
set VERBOSE=$(VERBOSE)
set BUILDPATH=$(BUILDPATH)
set USE_SDL=$(USE_SDL)
cd $(UIFC_SRC)
$(MAKE) -$(MAKEFLAGS) mtlib
exit
......
......@@ -9,7 +9,6 @@ CFLAGS = $(CFLAGS) -DWRAPPER_EXPORTS=1
!endif
MT_CFLAGS = $(MT_CFLAGS) -DLINK_LIST_THREADSAFE
MKSHLIB = $(CC) -WD
$(WRAPTEST): $(XPDEV-MT_LIB_BUILD) $(TESTOBJS) $(EXEODIR)
@echo Linking $<
......
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