浏览代码

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...
Iain Patterson 11 年之前
父节点
当前提交
0d2edc5bc7
共有 1 个文件被更改,包括 39 次插入0 次删除
  1. 39 0
      nssm.dsp

+ 39 - 0
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