Added /nodefaultlib flags to quiet a warning.

This commit is contained in:
Andy McFadden 2003-02-09 04:22:41 +00:00
parent 0564c26a22
commit f1d3cfb9b2
1 changed files with 2 additions and 0 deletions

View File

@ -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"