X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Faslink.dsp;h=07f7c0ff9776c4338dfd74b1f827d6aec78cf009;hb=3496b9c93e952c27e5310e3804f9dcbf9c3795ee;hp=bdabc6b58ca36e3e6ed44ad3981ae36a1e45c5de;hpb=30d199daab1827d146f6a55fd558c7725d4b5d16;p=fw%2Fsdcc diff --git a/as/aslink.dsp b/as/aslink.dsp index bdabc6b5..07f7c0ff 100644 --- a/as/aslink.dsp +++ b/as/aslink.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Console Application" 0x0103 -CFG=aslink - Win32 Debug +CFG=aslink - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,12 +13,12 @@ CFG=aslink - Win32 Debug !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 "aslink.mak" CFG="aslink - Win32 Debug" +!MESSAGE NMAKE /f "aslink.mak" CFG="aslink - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "aslink - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "aslink - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "aslink - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project @@ -28,67 +28,70 @@ CFG=aslink - Win32 Debug CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "aslink - Win32 Release" +!IF "$(CFG)" == "aslink - Win32 Debug" # PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "mcs51\Debug" +# PROP BASE Intermediate_Dir "mcs51\Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "mcs51" -# PROP Intermediate_Dir "mcs51" +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "mcs51\Debug" +# PROP Intermediate_Dir "mcs51\Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /G3 /Zp1 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" +# 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 +# ADD 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 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 /nologo /subsystem:console /machine:I386 /out:"..\bin\aslink.exe" -# SUBTRACT LINK32 /nodefaultlib +# ADD BASE LINK32 /nologo /subsystem:console /debug /machine:I386 /out:"..\bin_vc\aslink.exe" /pdbtype:sept +# ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /out:"..\bin_vc\aslink.exe" /pdbtype:sept -!ELSEIF "$(CFG)" == "aslink - Win32 Debug" +!ELSEIF "$(CFG)" == "aslink - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "aslink___Win32_Debug" -# PROP BASE Intermediate_Dir "aslink___Win32_Debug" +# PROP BASE Output_Dir "mcs51\Release" +# PROP BASE Intermediate_Dir "mcs51\Release" +# PROP BASE Ignore_Export_Lib 0 # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "mcs51" -# PROP Intermediate_Dir "mcs51" +# PROP Output_Dir "mcs51\Release" +# PROP Intermediate_Dir "mcs51\Release" # 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" /YX /FD /GZ /c -# ADD CPP /nologo /G3 /ML /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /J /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" +# ADD BASE CPP /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "INDEXLIB" /D "MLH_MAP" /D "SDK" /FD /c +# ADD CPP /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "INDEXLIB" /D "MLH_MAP" /D "SDK" /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /out:"..\bin\aslink.exe" /pdbtype:sept -# SUBTRACT LINK32 /incremental:no /nodefaultlib +# ADD BASE LINK32 /nologo /subsystem:console /machine:I386 /out:"..\bin_vc\aslink.exe" /pdbtype:sept +# ADD LINK32 /nologo /subsystem:console /machine:I386 /out:"..\bin_vc\aslink.exe" /pdbtype:sept !ENDIF # Begin Target -# Name "aslink - Win32 Release" # Name "aslink - Win32 Debug" +# Name "aslink - Win32 Release" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=.\mcs51\lkaomf51.c +# End Source File +# Begin Source File + SOURCE=mcs51\lkarea.c # End Source File # Begin Source File @@ -125,6 +128,10 @@ SOURCE=mcs51\lkmain.c # End Source File # Begin Source File +SOURCE=.\mcs51\lkmem.c +# End Source File +# Begin Source File + SOURCE=mcs51\lknoice.c # End Source File # Begin Source File @@ -143,6 +150,10 @@ SOURCE=mcs51\lkstore.c SOURCE=mcs51\lksym.c # End Source File +# Begin Source File + +SOURCE=.\mcs51\strcmpi.c +# End Source File # End Group # Begin Group "Header Files" @@ -168,9 +179,5 @@ SOURCE=.\mcs51\i8051.h SOURCE=.\mcs51\string.h # End Source File # End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group # End Target # End Project