Index: tags/1.0.8/src_plugins/import_sch/Makefile =================================================================== --- tags/1.0.8/src_plugins/import_sch/Makefile (nonexistent) +++ tags/1.0.8/src_plugins/import_sch/Makefile (revision 1138) @@ -0,0 +1,5 @@ +all: + cd ../../src && make mod_autoplace + +clean: + rm *.o *.so 2>/dev/null ; true Index: tags/1.0.8/src_plugins/import_sch/Plug.tmpasm =================================================================== --- tags/1.0.8/src_plugins/import_sch/Plug.tmpasm (nonexistent) +++ tags/1.0.8/src_plugins/import_sch/Plug.tmpasm (revision 1138) @@ -0,0 +1,18 @@ +append /local/pcb/import_sch/enable {} +append /local/pcb/import_sch/buildin {} + +put /local/pcb/mod {import_sch} +put /local/pcb/mod/OBJS [@ $(PLUGDIR)/import_sch/import_sch.o @] + +if /local/pcb/import_sch/enable then + if /local/pcb/import_sch/buildin then + include {Makefile.in.mod/Buildin} + else + include {Makefile.in.mod/Plugin} + end +else + include {Makefile.in.mod/Disable} +end + + + Index: tags/1.0.8/util/pcblib.cgi.conf =================================================================== --- tags/1.0.8/util/pcblib.cgi.conf (revision 1137) +++ tags/1.0.8/util/pcblib.cgi.conf (revision 1138) Property changes on: tags/1.0.8/util/pcblib.cgi.conf ___________________________________________________________________ Deleted: svn:mergeinfo ## -0,0 +0,0 ## Index: tags/1.0.8 =================================================================== --- tags/1.0.8 (revision 1137) +++ tags/1.0.8 (revision 1138) Property changes on: tags/1.0.8 ___________________________________________________________________ Added: svn:mergeinfo ## -0,0 +0,1 ## Merged /trunk:r1137