From: Iain Patterson Date: Sat, 4 Jan 2014 11:23:52 +0000 (+0000) Subject: Added messages to Visual Studio 6 workspace. X-Git-Tag: v2.22~83 X-Git-Url: http://git.iain.cx/?p=nssm.git;a=commitdiff_plain;h=0d2edc5bc705d6bb3af0543ffeaf8c47669c15de 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... --- 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