From 685df3e6495f6cab5c9d8919894a0e81f5537c90 Mon Sep 17 00:00:00 2001 From: jesusc Date: Tue, 11 Feb 2003 10:20:05 +0000 Subject: [PATCH] Fixed typo as\msc51 to as\mcs51 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2248 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- as/aslink.dsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/as/aslink.dsp b/as/aslink.dsp index 70e33bdc..07f7c0ff 100644 --- a/as/aslink.dsp +++ b/as/aslink.dsp @@ -32,13 +32,13 @@ RSC=rc.exe # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "msc51\Debug" -# PROP BASE Intermediate_Dir "msc51\Debug" +# PROP BASE Output_Dir "mcs51\Debug" +# PROP BASE Intermediate_Dir "mcs51\Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "msc51\Debug" -# PROP Intermediate_Dir "msc51\Debug" +# PROP Output_Dir "mcs51\Debug" +# PROP Intermediate_Dir "mcs51\Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "INDEXLIB" /D "MLH_MAP" /D "SDK" /FR /FD /GZ /c -- 2.47.2