File: Plug.tmpasm

package info (click to toggle)
camv-rnd 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ansic: 35,928; sh: 686; makefile: 476; yacc: 110; awk: 3
file content (10 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
put /local/rnd/mod {std_tools}
put /local/rnd/mod/OBJS [@
	$(PLUGDIR)/std_tools/std_tools.o
@]

switch /local/module/std_tools/controls
	case {buildin}   include /local/camv/tmpasm/buildin; end;
	case {plugin}    include /local/camv/tmpasm/plugin; end;
	case {disable}   include /local/camv/tmpasm/disable; end;
end