fix post-build, add missing file

This commit is contained in:
U-CATHOLICCHARITI\salfter 2014-12-17 09:24:26 -08:00
parent 48ab56f808
commit e6a7a8d9f7
3 changed files with 2842 additions and 323 deletions

View File

@ -95,7 +95,7 @@
</Midl>
<PostBuildEvent>
<Message>Copy HtmlHelp file</Message>
<Command>copy $(ProjectDir)\Help\CiderPress.chm $(OutDir)</Command>
<Command>postbuild.bat "$(ProjectDir)" "$(OutDir)"</Command>
</PostBuildEvent>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@ -145,7 +145,7 @@
<Culture>0x0409</Culture>
</ResourceCompile>
<PostBuildEvent>
<Command>copy $(ProjectDir)\Help\CiderPress.chm $(OutDir)</Command>
<Command>postbuild.bat "$(ProjectDir)" "$(OutDir)"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Copy HtmlHelp file</Message>

2516
app/other/nlist.data.txt Executable file

File diff suppressed because it is too large Load Diff

3
app/postbuild.bat Executable file
View File

@ -0,0 +1,3 @@
@echo off
copy %1\help\CiderPress.chm %2
copy %1\other\nlist.data.txt %2