Added messages to Visual Studio 6 workspace.
authorIain Patterson <me@iain.cx>
Sat, 4 Jan 2014 11:23:52 +0000 (11:23 +0000)
committerIain Patterson <me@iain.cx>
Sat, 4 Jan 2014 11:23:52 +0000 (11:23 +0000)
Added the messages.mc file was added to the workspace.
It's of limited usefulness given that the project won't build...

nssm.dsp

index 05efb15..8fcf44d 100644 (file)
--- a/nssm.dsp
+++ b/nssm.dsp
@@ -175,5 +175,44 @@ SOURCE=.\nssm.ico
 SOURCE=.\nssm.rc\r
 # End Source File\r
 # End Group\r
+# Begin Source File\r
+\r
+SOURCE=.\messages.mc\r
+\r
+!IF  "$(CFG)" == "nssm - Win32 Release"\r
+\r
+# Begin Custom Build - Compiling messages\r
+InputPath=.\messages.mc\r
+InputName=messages\r
+\r
+BuildCmds= \\r
+       mc -u -U $(InputName).mc -r . -h .\r
+\r
+"$(InputName).rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+   $(BuildCmds)\r
+\r
+"$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+   $(BuildCmds)\r
+# End Custom Build\r
+\r
+!ELSEIF  "$(CFG)" == "nssm - Win32 Debug"\r
+\r
+# Begin Custom Build - Compiling messages\r
+InputPath=.\messages.mc\r
+InputName=messages\r
+\r
+BuildCmds= \\r
+       mc -u -U $(InputName).mc -r . -h .\r
+\r
+"$(InputName).rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+   $(BuildCmds)\r
+\r
+"$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+   $(BuildCmds)\r
+# End Custom Build\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
 # End Target\r
 # End Project\r