put /local/pcb/mod {dialogs}
put /local/pcb/mod/OBJS [@
$(PLUGDIR)/dialogs/dialogs.o
$(PLUGDIR)/dialogs/act_dad.o
$(PLUGDIR)/dialogs/dlg_view.o
$(PLUGDIR)/dialogs/dlg_pref.o
$(PLUGDIR)/dialogs/xpm.o
@]
put /local/pcb/mod/CONFFILE {dialogs.conf}
put /local/pcb/mod/CONF {$(PLUGDIR)/dialogs/dialogs_conf.h}
switch /local/pcb/dialogs/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
|