From 19d346ba71c8d5d3aa5698f4cace579646ab5ab6 Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Fri, 18 Jun 1999 21:27:20 +0000 Subject: [PATCH] remove dependencies on other libraries --- libraries/liblutil/liblutil.dsp | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/libraries/liblutil/liblutil.dsp b/libraries/liblutil/liblutil.dsp index f8205326a1..3b4e38ac5c 100644 --- a/libraries/liblutil/liblutil.dsp +++ b/libraries/liblutil/liblutil.dsp @@ -196,13 +196,25 @@ SOURCE=.\slapdmsg.mc !IF "$(CFG)" == "liblutil - Win32 Release" +# Begin Custom Build - Building slapd message file +IntDir=.\Release\liblutil +InputPath=.\slapdmsg.mc + +"slapdmsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + mkdir $(IntDir) + mc -v slapdmsg.mc -r $(IntDir) + rc /v /r $(IntDir)\slapdmsg.rc + +# End Custom Build + !ELSEIF "$(CFG)" == "liblutil - Win32 Debug" -# Begin Custom Build +# Begin Custom Build - Building slapd message file IntDir=.\Debug\liblutil InputPath=.\slapdmsg.mc "slapdmsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + mkdir $(IntDir) mc -v slapdmsg.mc -r $(IntDir) rc /v /r $(IntDir)\slapdmsg.rc @@ -210,18 +222,30 @@ InputPath=.\slapdmsg.mc !ELSEIF "$(CFG)" == "liblutil - Win32 Single Debug" -# Begin Custom Build +# Begin Custom Build - Building slapd message file IntDir=.\SDebug\liblutil InputPath=.\slapdmsg.mc "slapdmsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + mkdir $(IntDir) mc -v slapdmsg.mc -r $(IntDir) - rc /v /r $(IntDir)slapdmsg.rc + rc /v /r $(IntDir)\slapdmsg.rc # End Custom Build !ELSEIF "$(CFG)" == "liblutil - Win32 Single Release" +# Begin Custom Build - Building slapd message file +IntDir=.\SRelease\liblutil +InputPath=.\slapdmsg.mc + +"slapdmsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + mkdir $(IntDir) + mc -v slapdmsg.mc -r $(IntDir) + rc /v /r $(IntDir)\slapdmsg.rc + +# End Custom Build + !ENDIF # End Source File -- 2.39.5