diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-06 11:13:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-06 11:13:22 +0000 |
commit | 83ef62f22b3718422298c1c73fdfaccbba8c6f40 (patch) | |
tree | aa4eb48c2285c6fa24b843e0d7aea4996b803395 /lang/cli/files/patch-rotorenv::bin::makefile.def | |
parent | add transcalc 0.13 (diff) |
Update to 20020619.
Notes
Notes:
svn path=/head/; revision=65724
Diffstat (limited to 'lang/cli/files/patch-rotorenv::bin::makefile.def')
-rw-r--r-- | lang/cli/files/patch-rotorenv::bin::makefile.def | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/lang/cli/files/patch-rotorenv::bin::makefile.def b/lang/cli/files/patch-rotorenv::bin::makefile.def index b5661c9f9919..35cbd93ec48c 100644 --- a/lang/cli/files/patch-rotorenv::bin::makefile.def +++ b/lang/cli/files/patch-rotorenv::bin::makefile.def @@ -1,8 +1,8 @@ $FreeBSD$ ---- rotorenv/bin/makefile.def.orig Tue Apr 9 21:37:31 2002 -+++ rotorenv/bin/makefile.def Tue Apr 9 21:45:20 2002 +--- rotorenv/bin/makefile.def.orig Tue Jul 30 15:43:31 2002 ++++ rotorenv/bin/makefile.def Tue Jul 30 15:44:42 2002 @@ -340,6 +340,8 @@ ! else ! if "$(TARGETTYPE)" == "DYNLINK" @@ -12,7 +12,15 @@ $FreeBSD$ ! endif ! endif !endif -@@ -1428,7 +1430,7 @@ +@@ -1421,14 +1423,14 @@ + + !IFNDEF MSC_WARNING_LEVEL + !IFDEF PLATFORM_UNIX +-MSC_WARNING_LEVEL=-Wall -Wno-non-virtual-dtor -Wno-non-template-friend ++MSC_WARNING_LEVEL=-Wno-non-virtual-dtor -Wno-non-template-friend -w + !ELSE + MSC_WARNING_LEVEL=/W3 + !ENDIF !ENDIF !ifdef PLATFORM_UNIX @@ -21,3 +29,20 @@ $FreeBSD$ !else DEFAULT_MSC_OPT = /Oxs !endif +@@ -1466,14 +1468,14 @@ + DBGFLAGS= + !ELSEIF "$(NTDEBUG)" == "ntsdnodbg" + !if "$(PLATFORM_UNIX)" == "1" +-DBGFLAGS=-g ++DBGFLAGS= + !else + DBGFLAGS=/Zi + !endif + TARGET_DBG_DEFINES= -DDEVL=1 + !ELSEIF "$(NTDEBUG)" == "ntsd" + !if "$(PLATFORM_UNIX)" == "1" +-DBGFLAGS=-g ++DBGFLAGS= + !else + DBGFLAGS= /Zi + !endif |