mirror of
https://github.com/fadden/ciderpress.git
synced 2025-01-02 15:30:02 +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>
|
||||
<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
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…
Reference in New Issue
Block a user