Skip to content
angerangel edited this page Apr 16, 2013 · 1 revision

make lib requires the r3.dll

r3.dll requires:

and then it launches

	$(CC) -o r3.dll -shared $(OBJS) $(CLIB)
    $(STRIP) r3.dll
    $(LS) r3.dll

Clone this wiki locally