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

Added a "lib" target to create an xpdev .so (For use in door porting)

parent fdbe58ee
Branches
Tags
No related merge requests found
......@@ -110,3 +110,7 @@ $(WRAPTEST): $(ODIR)/wraptest.o $(OBJS)
@echo Linking $@
@$(CC) $(CFLAGS) -o $@ $(LFLAGS) $^
lib: $(ODIR)/libxpdev.so
$(ODIR)/libxpdev.so: $(OBJS)
gcc -shared $(OBJS) -o $(ODIR)/libxpdev.so
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment