File: 00_use_csc.dpatch

package info (click to toggle)
cecil-flowanalysis 0.1~svn.128879-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,048 kB
  • ctags: 1,368
  • sloc: cs: 5,512; makefile: 86; sh: 45; ansic: 7; php: 1
file content (16 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh /usr/share/dpatch/dpatch-run
## 00_use_csc.dpatch by Iain Lane <laney@ubuntu.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad cecil-flowanalysis-0.1~svn.68457~/Makefile cecil-flowanalysis-0.1~svn.68457/Makefile
--- cecil-flowanalysis-0.1~svn.68457~/Makefile	2006-09-15 15:26:49.000000000 +0100
+++ cecil-flowanalysis-0.1~svn.68457/Makefile	2009-02-28 17:04:26.000000000 +0000
@@ -1,4 +1,4 @@
-MCS = mcs
+MCS = /usr/bin/mono-csc
 KEY_FILE = ../../mcs/class/mono.snk
 MCS_FLAGS = -keyfile:$(KEY_FILE)
 BUILD.DIR = bin