General removal of compiler warnings
[fw/sdcc] / src / mcs51 / mcs51.dsp
index 0f5899b4378a4ef0009a0078abc425457dbcb7fa..4b802659e7e1c68d572c825ecd5966e33239ff03 100644 (file)
@@ -65,7 +65,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 /Zp8 /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 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
@@ -91,24 +91,34 @@ SOURCE=.\gen.c
 # Begin Source File
 
 SOURCE=.\main.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\peeph.def
 
 !IF  "$(CFG)" == "mcs51 - Win32 Release"
 
+!ELSEIF  "$(CFG)" == "mcs51 - Win32 Debug"
+
+# PROP Ignore_Default_Tool 1
+USERDEP__MAIN_="peeph.rul"     
 # Begin Custom Build
-InputPath=.\peeph.def
+TargetName=port
+InputPath=.\main.c
+
+"$(TargetName)" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       cl /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 $(InputPath)
 
-"peeph.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       echo on 
-       gawk -f ../SDCCpeeph.awk $(InputPath) >peeph.rul 
-       
 # End Custom Build
 
+!ENDIF 
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\peeph.def
+
+!IF  "$(CFG)" == "mcs51 - Win32 Release"
+
 !ELSEIF  "$(CFG)" == "mcs51 - Win32 Debug"
 
+# PROP Ignore_Default_Tool 1
 # Begin Custom Build
 InputPath=.\peeph.def
 
@@ -139,8 +149,23 @@ SOURCE=.\main.h
 # End Source File
 # Begin Source File
 
+SOURCE=.\peeph.rul
+
+!IF  "$(CFG)" == "mcs51 - Win32 Release"
+
+!ELSEIF  "$(CFG)" == "mcs51 - Win32 Debug"
+
+!ENDIF 
+
+# End Source File
+# Begin Source File
+
 SOURCE=.\ralloc.h
 # End Source File
+# Begin Source File
+
+SOURCE=..\..\sdcc_vc.h
+# End Source File
 # End Group
 # End Target
 # End Project