mirror of
https://github.com/fadden/ciderpress.git
synced 2024-10-31 16:04:54 +00:00
fix post-build, add missing file
This commit is contained in:
parent
48ab56f808
commit
022c88dfad
@ -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
2516
app/other/nlist.data.txt
Executable file
File diff suppressed because it is too large
Load Diff
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\other\nlist.data.txt %2
|
Loading…
Reference in New Issue
Block a user