From b50a27cf9bf89cfa8e28fab4b3f56c06cfa56171 Mon Sep 17 00:00:00 2001 From: borutr Date: Wed, 7 Aug 2002 21:04:53 +0000 Subject: [PATCH] - removed compiler command line option /WX: Treats all warnings as errors - added files to project: device.c, pcodeflow.c, pcoderegs.c, device.h, pcodeflow.h, pcoderegs.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2055 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/pic/pic.dsp | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/pic/pic.dsp b/src/pic/pic.dsp index 8cc50657..40488e11 100644 --- a/src/pic/pic.dsp +++ b/src/pic/pic.dsp @@ -37,7 +37,7 @@ RSC=rc.exe # PROP Intermediate_Dir "" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /G3 /ML /W3 /WX /Gm /GX /ZI /Od /I ".." /I "." /I "..\.." /I "..\..\support\util" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /J /FD /Zm500 /GZ /c +# ADD CPP /nologo /G3 /ML /W3 /Gm /GX /ZI /Od /I ".." /I "." /I "..\.." /I "..\..\support\util" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /J /FD /Zm500 /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -54,6 +54,10 @@ LIB32=link.exe -lib # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=.\device.c +# End Source File +# Begin Source File + SOURCE=.\gen.c # End Source File # Begin Source File @@ -74,10 +78,18 @@ SOURCE=.\pcode.c # End Source File # Begin Source File +SOURCE=.\pcodeflow.c +# End Source File +# Begin Source File + SOURCE=.\pcodepeep.c # End Source File # Begin Source File +SOURCE=.\pcoderegs.c +# End Source File +# Begin Source File + SOURCE=.\ralloc.c # End Source File # End Group @@ -86,6 +98,10 @@ SOURCE=.\ralloc.c # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File +SOURCE=.\device.h +# End Source File +# Begin Source File + SOURCE=.\gen.h # End Source File # Begin Source File @@ -102,6 +118,14 @@ SOURCE=.\pcode.h # End Source File # Begin Source File +SOURCE=.\pcodeflow.h +# End Source File +# Begin Source File + +SOURCE=.\pcoderegs.h +# End Source File +# Begin Source File + SOURCE=.\ralloc.h # End Source File # End Group -- 2.47.2