From 0d2edc5bc705d6bb3af0543ffeaf8c47669c15de Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sat, 4 Jan 2014 11:23:52 +0000 Subject: [PATCH] Added messages to Visual Studio 6 workspace. Added the messages.mc file was added to the workspace. It's of limited usefulness given that the project won't build... --- nssm.dsp | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/nssm.dsp b/nssm.dsp index 05efb15..8fcf44d 100644 --- a/nssm.dsp +++ b/nssm.dsp @@ -175,5 +175,44 @@ SOURCE=.\nssm.ico SOURCE=.\nssm.rc # End Source File # End Group +# Begin Source File + +SOURCE=.\messages.mc + +!IF "$(CFG)" == "nssm - Win32 Release" + +# Begin Custom Build - Compiling messages +InputPath=.\messages.mc +InputName=messages + +BuildCmds= \ + mc -u -U $(InputName).mc -r . -h . + +"$(InputName).rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) + +"$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build + +!ELSEIF "$(CFG)" == "nssm - Win32 Debug" + +# Begin Custom Build - Compiling messages +InputPath=.\messages.mc +InputName=messages + +BuildCmds= \ + mc -u -U $(InputName).mc -r . -h . + +"$(InputName).rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) + +"$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build + +!ENDIF + +# End Source File # End Target # End Project -- 2.20.1