Fixed up more warnings
[fw/sdcc] / src / pic / pic.dsp
index 08f7d7f94cd7b9bba30425cec88e699268a65ebf..8cc50657eb2686fed95e4019d595c00f8eb3180f 100644 (file)
@@ -17,7 +17,6 @@ CFG=pic - Win32 Debug
 !MESSAGE 
 !MESSAGE Possible choices for configuration are:
 !MESSAGE 
-!MESSAGE "pic - Win32 Release" (based on "Win32 (x86) Static Library")
 !MESSAGE "pic - Win32 Debug" (based on "Win32 (x86) Static Library")
 !MESSAGE 
 
@@ -27,33 +26,6 @@ CFG=pic - Win32 Debug
 # PROP Scc_LocalPath ""
 CPP=cl.exe
 RSC=rc.exe
-
-!IF  "$(CFG)" == "pic - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir ""
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /G3 /Zp1 /W3 /GX /O2 /I ".." /I "." /I "..\.." /I "..\..\support" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FR /YX /J /FD /Zm500 /c
-# SUBTRACT CPP /WX
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"port.lib"
-
-!ELSEIF  "$(CFG)" == "pic - Win32 Debug"
-
 # PROP BASE Use_MFC 0
 # PROP BASE Use_Debug_Libraries 1
 # PROP BASE Output_Dir "Debug"
@@ -65,8 +37,7 @@ LIB32=link.exe -lib
 # 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 /Zp1 /ML /W3 /Gm /GX /ZI /Od /I ".." /I "." /I "..\.." /I "..\..\support" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /J /FD /Zm500 /GZ /c
-# SUBTRACT CPP /WX
+# 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 BASE RSC /l 0x409 /d "_DEBUG"
 # ADD RSC /l 0x409 /d "_DEBUG"
 BSC32=bscmake.exe
@@ -75,12 +46,8 @@ BSC32=bscmake.exe
 LIB32=link.exe -lib
 # ADD BASE LIB32 /nologo
 # ADD LIB32 /nologo /out:"port.lib"
-
-!ENDIF 
-
 # Begin Target
 
-# Name "pic - Win32 Release"
 # Name "pic - Win32 Debug"
 # Begin Group "Source Files"
 
@@ -91,6 +58,10 @@ SOURCE=.\gen.c
 # End Source File
 # Begin Source File
 
+SOURCE=.\genarith.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\glue.c
 # End Source File
 # Begin Source File
@@ -99,32 +70,11 @@ SOURCE=.\main.c
 # End Source File
 # Begin Source File
 
-SOURCE=.\peeph.def
-
-!IF  "$(CFG)" == "pic - Win32 Release"
-
-# Begin Custom Build
-InputPath=.\peeph.def
-
-"peeph.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       echo on 
-       gawk -f ../SDCCpeeph.awk $(InputPath) >peeph.rul 
-       
-# End Custom Build
-
-!ELSEIF  "$(CFG)" == "pic - Win32 Debug"
-
-# Begin Custom Build
-InputPath=.\peeph.def
-
-"peeph.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       echo on 
-       gawk -f ../SDCCpeeph.awk $(InputPath) >peeph.rul 
-       
-# End Custom Build
-
-!ENDIF 
+SOURCE=.\pcode.c
+# End Source File
+# Begin Source File
 
+SOURCE=.\pcodepeep.c
 # End Source File
 # Begin Source File
 
@@ -148,6 +98,10 @@ SOURCE=.\main.h
 # End Source File
 # Begin Source File
 
+SOURCE=.\pcode.h
+# End Source File
+# Begin Source File
+
 SOURCE=.\ralloc.h
 # End Source File
 # End Group