- removed compiler command line option /WX: Treats all warnings as errors
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 7 Aug 2002 21:04:53 +0000 (21:04 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 7 Aug 2002 21:04:53 +0000 (21:04 +0000)
- 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

index 8cc50657eb2686fed95e4019d595c00f8eb3180f..40488e1137efc37fe180a0d35de3f7291ff1f3cb 100644 (file)
@@ -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