summaryrefslogtreecommitdiff
path: root/win/LeoCAD.dsp
diff options
context:
space:
mode:
authorleo2000-12-18 20:33:13 +0000
committerleo2000-12-18 20:33:13 +0000
commit932e41345b646bc024cf53bab31792944643b682 (patch)
tree37292d8e9b80f1537349486377dff438615da1a6 /win/LeoCAD.dsp
parent6617b1ed31fc6730c88f35bc050c283f801b5092 (diff)
Fixed win32 help file
git-svn-id: http://svn.leocad.org/trunk@188 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/LeoCAD.dsp')
-rw-r--r--win/LeoCAD.dsp20
1 files changed, 20 insertions, 0 deletions
diff --git a/win/LeoCAD.dsp b/win/LeoCAD.dsp
index 0691e50..e054340 100644
--- a/win/LeoCAD.dsp
+++ b/win/LeoCAD.dsp
@@ -173,7 +173,27 @@ SOURCE=.\Leocad.cpp
# Begin Source File
SOURCE=.\hlp\LeoCAD.hpj
+
+!IF "$(CFG)" == "LeoCAD - Win32 Release"
+
+USERDEP__LEOCA="$(ProjDir)\hlp\AfxCore.rtf" "$(ProjDir)\hlp\AfxPrint.rtf"
+# Begin Custom Build - Making help file...
+OutDir=.\Release
+ProjDir=.
+TargetName=LeoCAD
+InputPath=.\hlp\LeoCAD.hpj
+
+"$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ call "$(ProjDir)\makehelp.bat"
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "LeoCAD - Win32 Debug"
+
USERDEP__LEOCA="$(ProjDir)\hlp\AfxCore.rtf" "$(ProjDir)\hlp\AfxPrint.rtf"
+
+!ENDIF
+
# End Source File
# Begin Source File