From: jesusc Date: Fri, 16 Mar 2007 20:47:08 +0000 (+0000) Subject: Added strcmi.c to project X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8bd7f10133a82299886bb38af16a00286c3c43ce;p=fw%2Fsdcc Added strcmi.c to project git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4694 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/as/link/z80/linkgbz80.dsp b/as/link/z80/linkgbz80.dsp index 6883df7b..1c24fc6c 100644 --- a/as/link/z80/linkgbz80.dsp +++ b/as/link/z80/linkgbz80.dsp @@ -7,19 +7,19 @@ CFG=linkgbz80 - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "linkgbz80.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "linkgbz80.mak" CFG="linkgbz80 - Win32 Debug" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "linkgbz80 - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "linkgbz80 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -78,7 +78,7 @@ LINK32=link.exe # ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /out:"..\..\..\bin_vc\link-gbz80.exe" /pdbtype:sept # SUBTRACT LINK32 /pdb:none -!ENDIF +!ENDIF # Begin Target @@ -144,12 +144,12 @@ SOURCE=..\lklist.c # End Source File # Begin Source File -SOURCE=..\lknoice.c +SOURCE=.\lkmain.c # ADD CPP /D "SDK" /D "INDEXLIB" /D "GAMEBOY" # End Source File # Begin Source File -SOURCE=.\lkmain.c +SOURCE=..\lknoice.c # ADD CPP /D "SDK" /D "INDEXLIB" /D "GAMEBOY" # End Source File # Begin Source File @@ -172,6 +172,10 @@ SOURCE=..\lkstore.c SOURCE=..\lksym.c # ADD CPP /D "SDK" /D "INDEXLIB" /D "GAMEBOY" # End Source File +# Begin Source File + +SOURCE=..\..\strcmpi.c +# End Source File # End Group # Begin Group "Header Files"