From f1d3cfb9b2e636210eca69fe0d1672e36e4137d9 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sun, 9 Feb 2003 04:22:41 +0000 Subject: [PATCH] Added /nodefaultlib flags to quiet a warning. --- nufxlib-0/Makefile.dll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nufxlib-0/Makefile.dll b/nufxlib-0/Makefile.dll index dbfdb48..5c96e94 100755 --- a/nufxlib-0/Makefile.dll +++ b/nufxlib-0/Makefile.dll @@ -68,6 +68,7 @@ INTDIR=.\Release # Begin Custom Macros OutDir=.\Release # End Custom Macros +MY_LIB_FLAGS = /nodefaultlib:libc.lib $(MY_LIB_FLAGS) ALL : "$(OUTDIR)\nufxlib.dll" @@ -195,6 +196,7 @@ INTDIR=.\Debug # Begin Custom Macros OutDir=.\Debug # End Custom Macros +MY_LIB_FLAGS = /nodefaultlib:libcd.lib $(MY_LIB_FLAGS) ALL : "$(OUTDIR)\nufxlibD.dll" "$(OUTDIR)\nufxlib.bsc"