From 79d7e0a363e4315bfc26f7155dbec01d2a718ccd Mon Sep 17 00:00:00 2001 From: jesusc Date: Sun, 18 May 2003 20:58:11 +0000 Subject: [PATCH] Renamed pic.dsp and pica.dsp as pic16 and pic16a. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2628 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/pic16/{pic.dsp => pic16.dsp} | 20 ++++++++++---------- src/pic16/{pica.dsp => pic16a.dsp} | 24 ++++++++++++------------ 2 files changed, 22 insertions(+), 22 deletions(-) rename src/pic16/{pic.dsp => pic16.dsp} (88%) rename src/pic16/{pica.dsp => pic16a.dsp} (73%) diff --git a/src/pic16/pic.dsp b/src/pic16/pic16.dsp similarity index 88% rename from src/pic16/pic.dsp rename to src/pic16/pic16.dsp index 7de9799f..e577ac92 100644 --- a/src/pic16/pic.dsp +++ b/src/pic16/pic16.dsp @@ -1,24 +1,24 @@ -# Microsoft Developer Studio Project File - Name="pic" - Package Owner=<4> +# Microsoft Developer Studio Project File - Name="pic16" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=pic - Win32 Release +CFG=pic16 - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE -!MESSAGE NMAKE /f "pic.mak". +!MESSAGE NMAKE /f "pic16.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "pic.mak" CFG="pic - Win32 Release" +!MESSAGE NMAKE /f "pic16.mak" CFG="pic16 - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "pic - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE "pic - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "pic16 - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "pic16 - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -28,7 +28,7 @@ CFG=pic - Win32 Release CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "pic - Win32 Debug" +!IF "$(CFG)" == "pic16 - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -51,7 +51,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"Debug\port.lib" # ADD LIB32 /nologo /out:"Debug\port.lib" -!ELSEIF "$(CFG)" == "pic - Win32 Release" +!ELSEIF "$(CFG)" == "pic16 - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -78,8 +78,8 @@ LIB32=link.exe -lib # Begin Target -# Name "pic - Win32 Debug" -# Name "pic - Win32 Release" +# Name "pic16 - Win32 Debug" +# Name "pic16 - Win32 Release" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" diff --git a/src/pic16/pica.dsp b/src/pic16/pic16a.dsp similarity index 73% rename from src/pic16/pica.dsp rename to src/pic16/pic16a.dsp index ec9c196f..fa6a27e8 100644 --- a/src/pic16/pica.dsp +++ b/src/pic16/pic16a.dsp @@ -1,24 +1,24 @@ -# Microsoft Developer Studio Project File - Name="pica" - Package Owner=<4> +# Microsoft Developer Studio Project File - Name="pic16a" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Generic Project" 0x010a -CFG=pica - Win32 Release +CFG=pic16a - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE -!MESSAGE NMAKE /f "pica.mak". +!MESSAGE NMAKE /f "pic16a.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "pica.mak" CFG="pica - Win32 Release" +!MESSAGE NMAKE /f "pic16a.mak" CFG="pic16a - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "pica - Win32 Debug" (based on "Win32 (x86) Generic Project") -!MESSAGE "pica - Win32 Release" (based on "Win32 (x86) Generic Project") +!MESSAGE "pic16a - Win32 Debug" (based on "Win32 (x86) Generic Project") +!MESSAGE "pic16a - Win32 Release" (based on "Win32 (x86) Generic Project") !MESSAGE # Begin Project @@ -27,7 +27,7 @@ CFG=pica - Win32 Release # PROP Scc_LocalPath "" MTL=midl.exe -!IF "$(CFG)" == "pica - Win32 Debug" +!IF "$(CFG)" == "pic16a - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -40,7 +40,7 @@ MTL=midl.exe # PROP Intermediate_Dir "" # PROP Target_Dir "" -!ELSEIF "$(CFG)" == "pica - Win32 Release" +!ELSEIF "$(CFG)" == "pic16a - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -57,13 +57,13 @@ MTL=midl.exe # Begin Target -# Name "pica - Win32 Debug" -# Name "pica - Win32 Release" +# Name "pic16a - Win32 Debug" +# Name "pic16a - Win32 Release" # Begin Source File SOURCE=.\peeph.def -!IF "$(CFG)" == "pica - Win32 Debug" +!IF "$(CFG)" == "pic16a - Win32 Debug" # Begin Custom Build InputPath=.\peeph.def @@ -73,7 +73,7 @@ InputPath=.\peeph.def # End Custom Build -!ELSEIF "$(CFG)" == "pica - Win32 Release" +!ELSEIF "$(CFG)" == "pic16a - Win32 Release" # Begin Custom Build InputPath=.\peeph.def -- 2.30.2