Moved fceux.chm to \output\ folder
This commit is contained in:
parent
87ae74a398
commit
4d84101fd0
|
@ -1,2 +0,0 @@
|
|||
You can find the source project (HelpNDoc3 file) to compile this chm here:
|
||||
\fceux\fceu\vc\Help\fceux.hnd
|
|
@ -4,7 +4,7 @@ Made with HelpNDoc v3.0 Freeware Version.
|
|||
|
||||
After compiling the docs into CHM/HTML format, you should do the following:
|
||||
|
||||
* put fceux.chm to \fceu\trunk\src\drivers\win\help\
|
||||
* put fceux.chm to \fceu\trunk\output\
|
||||
* put html version of fceux.hnd to \web\help\
|
||||
|
||||
* put taseditor.chm to \fceu\trunk\output\
|
||||
|
|
|
@ -1189,13 +1189,6 @@
|
|||
<None Include="..\src\drivers\win\res\te_9.bmp" />
|
||||
<None Include="..\src\drivers\win\res\te_9_selected.bmp" />
|
||||
<None Include="..\src\drivers\win\res\te_arrow.bmp" />
|
||||
<CustomBuild Include="..\src\drivers\win\help\fceux.chm">
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">xcopy /y /d "$(ProjectDir)\..\src\drivers\win\help\fceux.chm" "$(OutDir)"
|
||||
</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)fceux.chm;%(Outputs)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="..\src\auxlib.lua">
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">xcopy /y /d "$(ProjectDir)\..\src\auxlib.lua" "$(OutDir)"
|
||||
</Command>
|
||||
|
|
|
@ -1803,8 +1803,5 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="..\src\auxlib.lua" />
|
||||
<CustomBuild Include="..\src\drivers\win\help\fceux.chm">
|
||||
<Filter>drivers\win\help</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue