Index: trunk/scconfig/Makefile =================================================================== --- trunk/scconfig/Makefile (revision 31367) +++ trunk/scconfig/Makefile (revision 31368) @@ -54,9 +54,9 @@ include src/menulib/Makefile.plugin # Comment this line if you do not need generator (templating) -#include src/generator/Makefile.plugin +include src/generator/Makefile.plugin.legacy -# Comment this line if you do not need tmpasm (templating); conflicts with generator +# Comment this line if you do not need tmpasm (templating) include src/tmpasm/Makefile.plugin # --- you shouldn't edit the lines below --- Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 31367) +++ trunk/scconfig/hooks.c (revision 31368) @@ -317,6 +317,8 @@ printf("Generating util/gsch2pcb-rnd/Makefile (%d)\n", generr |= tmpasm("../util", "gsch2pcb-rnd/Makefile.in", "gsch2pcb-rnd/Makefile")); printf("Generating util/bxl2txt/Makefile (%d)\n", generr |= tmpasm("../util", "bxl2txt/Makefile.in", "bxl2txt/Makefile")); + printf("Generating src_3rd/libporty_net/os_includes.h (%d)\n", generr |= generate("../src_3rd/libporty_net/os_includes.h.in", "../src_3rd/libporty_net/os_includes.h")); + printf("Generating src_3rd/libporty_net/pnet_config.h (%d)\n", generr |= generate("../src_3rd/libporty_net/pnet_config.h.in", "../src_3rd/libporty_net/pnet_config.h")); printf("Generating pcb-rnd config.h (%d)\n", generr |= tmpasm("..", "config.h.in", "config.h"));