From: Adam Dickmeiss Date: Wed, 4 Apr 2001 14:57:37 +0000 (+0000) Subject: Updated for URSULA. X-Git-Tag: YAZPP.0.3~46 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=f316729783fa2f94a64192e2c7970cbd631d7b60 Updated for URSULA. --- diff --git a/win/yazxx/yazxx.dsp b/win/yazxx/yazxx.dsp index 0c7c76b..b14a9ca 100644 --- a/win/yazxx/yazxx.dsp +++ b/win/yazxx/yazxx.dsp @@ -102,6 +102,49 @@ PostBuild_Cmds=copy $(OutDir)\$(TargetName).dll $(ProjDir)\..\..\..\bin # Name "yazxx - Win32 Debug" # Begin Source File +SOURCE=..\..\src\ursula.asn + +!IF "$(CFG)" == "yazxx - Win32 Release" + +# Begin Custom Build +WkspDir=. +InputPath=..\..\src\ursula.asn + +BuildCmds= \ + cd $(WkspDir)\..\src \ + "C:\Program Files\Tcl\bin\tclsh82.exe" ..\..\yaz\util\yaz-comp -I ..\include -i yaz -d ..\..\yaz\z39.50\z.tcl -d ursula.tcl ursula.asn \ + + +"$(WkspDir)\..\src\zes-ursula.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) + +"$(WkspDir)\..\include\yaz\zes-ursula.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build + +!ELSEIF "$(CFG)" == "yazxx - Win32 Debug" + +# Begin Custom Build - ASN.1 compiling... +WkspDir=. +InputPath=..\..\src\ursula.asn + +BuildCmds= \ + cd $(WkspDir)\..\src \ + "C:\Program Files\Tcl\bin\tclsh82.exe" ..\..\yaz\util\yaz-comp -I ..\include -i yaz -d ..\..\yaz\z39.50\z.tcl -d ursula.tcl ursula.asn \ + + +"$(WkspDir)\..\src\zes-ursula.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) + +"$(WkspDir)\..\include\yaz\zes-ursula.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + SOURCE="..\..\src\yaz-ir-assoc.cpp" # End Source File # Begin Source File @@ -170,11 +213,37 @@ SOURCE="..\..\src\yaz-z-server-sr.cpp" # End Source File # Begin Source File +SOURCE="..\..\src\yaz-z-server-ursula.cpp" +# End Source File +# Begin Source File + SOURCE="..\..\src\yaz-z-server.cpp" # End Source File # Begin Source File SOURCE="..\..\include\yaz++\yaz-z-server.h" # End Source File +# Begin Source File + +SOURCE="..\..\src\zes-ursula.c" + +!IF "$(CFG)" == "yazxx - Win32 Release" + +!ELSEIF "$(CFG)" == "yazxx - Win32 Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE="..\..\include\yaz\zes-ursula.h" + +!IF "$(CFG)" == "yazxx - Win32 Release" + +!ELSEIF "$(CFG)" == "yazxx - Win32 Debug" + +!ENDIF + +# End Source File # End Target # End Project