mirror of
https://github.com/fadden/ciderpress.git
synced 2025-01-20 13:33:55 +00:00
Merge branch 'master' of https://github.com/salfter/ciderpress into salfter-master
This commit is contained in:
commit
ac721baf2b
@ -95,7 +95,7 @@
|
|||||||
</Midl>
|
</Midl>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Message>Copy HtmlHelp file</Message>
|
<Message>Copy HtmlHelp file</Message>
|
||||||
<Command>copy $(ProjectDir)\Help\CiderPress.chm $(OutDir)</Command>
|
<Command>postbuild.bat "$(ProjectDir)" "$(OutDir)"</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
@ -145,7 +145,7 @@
|
|||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>copy $(ProjectDir)\Help\CiderPress.chm $(OutDir)</Command>
|
<Command>postbuild.bat "$(ProjectDir)" "$(OutDir)"</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Message>Copy HtmlHelp file</Message>
|
<Message>Copy HtmlHelp file</Message>
|
||||||
|
3
app/postbuild.bat
Executable file
3
app/postbuild.bat
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
copy %1\help\CiderPress.chm %2
|
||||||
|
copy %1\..\dist\nlist.data.txt %2
|
Loading…
x
Reference in New Issue
Block a user