From 87e38ceac69db72baab73144743ba5a638ec984d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 17 Nov 1998 09:53:15 +0000 Subject: [PATCH] Chagned project to include logrpn.c --- yaz.dsp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/yaz.dsp b/yaz.dsp index 9d16640..07d5092 100644 --- a/yaz.dsp +++ b/yaz.dsp @@ -62,7 +62,7 @@ TargetName=yaz SOURCE=$(InputPath) PostBuild_Desc=Copy Lib and Dll PostBuild_Cmds=copy $(OutDir)\$(TargetName).lib $(ProjDir)\lib copy\ - $(OutDir)\$(TargetName).dll $(ProjDir)\..\bin + $(OutDir)\$(TargetName).dll $(ProjDir)\..\bin # End Special Build Tool !ELSEIF "$(CFG)" == "yaz - Win32 Debug" @@ -99,7 +99,7 @@ TargetName=yaz SOURCE=$(InputPath) PostBuild_Desc=Copy Lib and Dll PostBuild_Cmds=copy $(OutDir)\$(TargetName).lib $(ProjDir)\lib copy\ - $(OutDir)\$(TargetName).dll $(ProjDir)\..\bin + $(OutDir)\$(TargetName).dll $(ProjDir)\..\bin # End Special Build Tool !ENDIF @@ -269,6 +269,10 @@ SOURCE=.\util\log.c # End Source File # Begin Source File +SOURCE=.\util\logrpn.c +# End Source File +# Begin Source File + SOURCE=.\util\marcdisp.c # End Source File # Begin Source File -- 1.7.10.4