File: Plug.tmpasm

package info (click to toggle)
fungw 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,268 kB
  • sloc: ansic: 24,257; makefile: 500; sh: 32; awk: 9; perl: 8; tcl: 7; javascript: 7; ruby: 7; python: 6
file content (19 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
put /local/fungw/mod {fungw_fawk}
put /local/fungw/mod_dir {fawk}

switch ?libs/script/fawk/presents
	case {true}
		put /local/fungw/mod_cflags {}
		put /local/fungw/mod_ldflags {}
		put /local/fungw/mod_src {fungw_fawk.c}
		put /local/fingw/mod_extra_rules [@

fungw_fawk.o: libfawk_sc/libfawk_sc_all.c

@]
		include {Plugin.tmpasm}
		end
	default
		include {Disable.tmpasm}
		end
end