File: makefile

package info (click to toggle)
cadencii 3.3.9%2Bsvn20110818.r1732-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 35,764 kB
  • ctags: 26,929
  • sloc: cs: 160,836; java: 42,449; cpp: 7,605; ansic: 1,728; perl: 1,087; makefile: 236; php: 142; xml: 117; sh: 21
file content (13 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: resampler10.dll resampler.exe

resampler10.dll: resampler10.c resampler10.def
	gcc -shared -s -o resampler10.dll resampler10.c

resampler.exe: resampler.cs
	gmcs resampler.cs -r:System.Windows.Forms

install: resampler10.dll
	copy resampler10.dll "C:\Users\kbinani\Documents\Installer\UTAU\utau0260\utau0260\resampler10.dll"

clean:
	del resampler.exe resampler10.dll