Merge pull request #4 from salfter/master

updated fix for build issues
This commit is contained in:
Andy McFadden 2014-12-17 11:45:48 -08:00
commit f7c9c500b0
2 changed files with 326 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>

3
app/postbuild.bat Executable file
View File

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