File: set-target-to-4.5.patch

package info (click to toggle)
nant 0.92~rc1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,212 kB
  • sloc: cs: 58,610; makefile: 97; xml: 75; cpp: 70
file content (14 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: target 4.5 mono 
Author: Dimitri John Ledkov <xnox@ubuntu.com>

--- nant-0.92~rc1+dfsg.orig/Makefile
+++ nant-0.92~rc1+dfsg/Makefile
@@ -2,7 +2,7 @@
 MONO=cli
 MCS=mono-csc
 RESGEN=resgen
-TARGET=mono-4.0
+TARGET=mono-4.5
 
 # Contains a list of acceptable targets used to build NAnt
 VALID_TARGETS := mono-2.0 mono-3.5 mono-4.0 mono-4.5 net-2.0 net-3.5 net-4.0 net-4.5