mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
lo.mk: Now not baking all objects from LOADABLE_OBJS_O into shared object anymore
This commit is contained in:
parent
eced55b7db
commit
4e1a05a90f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ clean: clean.lo
|
||||||
clean.lo: profclean
|
clean.lo: profclean
|
||||||
rm -f $(filter-out $(CPP_PREFIX)%.cpp,$(wildcard *.o *.cpp *.so *.done *.dll))
|
rm -f $(filter-out $(CPP_PREFIX)%.cpp,$(wildcard *.o *.cpp *.so *.done *.dll))
|
||||||
|
|
||||||
$(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o $(LOADABLE_OBJS_O)
|
$(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o $(CPP_PREFIX)%.o
|
||||||
$(CPP) -shared $^ $(LDFLAGS) -o $@
|
$(CPP) -shared $^ $(LDFLAGS) -o $@
|
||||||
|
|
||||||
%.cpp: $(TOOLS_DIR)/$(CPP_PREFIX)%.h
|
%.cpp: $(TOOLS_DIR)/$(CPP_PREFIX)%.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue