f7526328cb
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@1641 6952d904-891a-0410-993b-d76249ca496b
20 lines
738 B
Plaintext
Executable File
20 lines
738 B
Plaintext
Executable File
#! /bin/sh /usr/share/dpatch/dpatch-run
|
|
## 002_mononamespace.dpatch by <fabbione@gordian.int.fabbione.net>
|
|
##
|
|
## All lines beginning with `## DP:' are a description of the patch.
|
|
## DP: No description.
|
|
|
|
@DPATCH@
|
|
diff -urNad simias-3.6~/configure.in simias-3.6/configure.in
|
|
--- simias-3.6~/configure.in 2007-09-11 16:33:01.000000000 +0200
|
|
+++ simias-3.6/configure.in 2007-10-12 09:07:15.000000000 +0200
|
|
@@ -119,7 +119,7 @@
|
|
CSC_EXEFLAG=/target:exe
|
|
CSC_LIBFLAG=/target:library
|
|
CSC_WINEXEFLAG=/target:winexe
|
|
- CSCFLAGS='/d:MONO /warn:4 /d:TRACE'
|
|
+ CSCFLAGS='/d:MONO /d:MONONATIVE /warn:4 /d:TRACE'
|
|
CSCFLAGS_DEBUG="/debug+ /d:DEBUG"
|
|
CSCFLAGS_OPTIMIZE="/optimize+"
|
|
MONO=mono
|