Index: Makefile =================================================================== --- Makefile (nonexistent) +++ Makefile (revision 3904) @@ -0,0 +1,5 @@ +all: + cd ../../src && make mod_polycombine + +clean: + rm *.o *.so 2>/dev/null ; true Index: Plug.tmpasm =================================================================== --- Plug.tmpasm (nonexistent) +++ Plug.tmpasm (revision 3904) @@ -0,0 +1,8 @@ +put /local/pcb/mod {polycombine} +put /local/pcb/mod/OBJS [@ $(PLUGDIR)/polycombine/polycombine.o @] + +switch /local/pcb/polycombine/controls + case {buildin} include /local/pcb/tmpasm/buildin; end; + case {plugin} include /local/pcb/tmpasm/plugin; end; + case {disable} include /local/pcb/tmpasm/disable; end; +end Index: README =================================================================== --- README (nonexistent) +++ README (revision 3904) @@ -0,0 +1,6 @@ +The selected polygons are combined together according to the ordering +of their points. + +#state: works +#default: buildin +#implements: (feature)