File: rules

package info (click to toggle)
de4dot 3.1.41592.3405-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 4,324 kB
  • sloc: cs: 71,297; makefile: 8; sh: 1
file content (13 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

properties := /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"

override_dh_auto_clean:
	-xbuild $(properties) /target:Clean
	dh_auto_clean

override_dh_auto_build:
	xbuild $(properties) /target:de4dot

%:
	dh $@ --with cli