diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-30 07:26:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-30 07:26:32 +0000 |
commit | eb8f89e29ce63823aa5f0e3cf045d8faef530829 (patch) | |
tree | 482b3b29cc166811bda7ddc85f61fbb28160c14b /lang/cli/files/patch-rotorenv::bin::makefile.def | |
parent | Add patch as suggested. (diff) |
Add cli - Microsoft's Shared Source implementation if CLI ECMA standard
and C# language. Please note, that in order to build on -current you need
linker binary from -stable.
Notes
Notes:
svn path=/head/; revision=56902
Diffstat (limited to 'lang/cli/files/patch-rotorenv::bin::makefile.def')
-rw-r--r-- | lang/cli/files/patch-rotorenv::bin::makefile.def | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/cli/files/patch-rotorenv::bin::makefile.def b/lang/cli/files/patch-rotorenv::bin::makefile.def new file mode 100644 index 000000000000..5fe05d823f0f --- /dev/null +++ b/lang/cli/files/patch-rotorenv::bin::makefile.def @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- rotorenv/bin/makefile.def.orig Fri Mar 22 03:48:24 2002 ++++ rotorenv/bin/makefile.def Fri Mar 29 20:21:35 2002 +@@ -1428,7 +1428,7 @@ + !ENDIF + + !ifdef PLATFORM_UNIX +-DEFAULT_MSC_OPT=-O2 ++DEFAULT_MSC_OPT=$(CXXFLAGS) + !else + DEFAULT_MSC_OPT = /Oxs + !endif |