parent
b5aaafe409
commit
d5cb50be9a
|
@ -1,3 +1,6 @@
|
|||
26-Aug-2012 - AnS - Taseditor: History Log highlights items related to current item
|
||||
25-Aug-2012 - AnS - Taseditor: fixed AdjustLag feature and changed fm3 version to v2
|
||||
22-Aug-2012 - AnS - added "Clear" button to Message Log
|
||||
20-Aug-2012 - AnS - "Switch fullscreen by double-click" option in GUI config
|
||||
20-Aug-2012 - AnS - "Hide mouse cursor" and "Use console BG color for empty areas" options
|
||||
20-Aug-2012 - AnS - total revamp of Video config stuff, Best Fit also works for fullscreen mode
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
SubWCRev.exe ..\.. "defaultconfig\svnrev_template.h" "userconfig\svnrev.h"
|
||||
IF NOT EXIST defaultconfig\makedownload exit 0
|
||||
SubWCRev.exe ..\.. "..\..\web\download.html" "userconfig\download.html"
|
||||
exit 0
|
|
@ -1,4 +0,0 @@
|
|||
SubWCRev.exe ..\.. "svnrev_template.h" "..\userconfig\svnrev.h"
|
||||
IF NOT EXIST makedownload exit 0
|
||||
SubWCWeb.exe ..\.. "..\..\..\web\download.html" "..\userconfig\download.html"
|
||||
exit 0
|
Binary file not shown.
|
@ -87,7 +87,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>defaultconfig\SubWCRev.bat</Command>
|
||||
<Command>SubWCRev.bat</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
|
@ -127,7 +127,8 @@
|
|||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>defaultconfig\SubWCRev.bat</Command>
|
||||
<Command>SubWCRev.bat</Command>
|
||||
<Message>write current revision number to placeholders</Message>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
<Optimization>Full</Optimization>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="defaultconfig\SubWCRev.bat"
|
||||
CommandLine="SubWCRev.bat"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -197,7 +197,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="defaultconfig\SubWCRev.bat"
|
||||
CommandLine="SubWCRev.bat"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -369,7 +369,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="defaultconfig\SubWCRev.bat"
|
||||
CommandLine="SubWCRev.bat"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="defaultconfig\SubWCRev.bat"
|
||||
CommandLine="SubWCRev.bat"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -195,7 +195,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="defaultconfig\SubWCRev.bat"
|
||||
CommandLine="SubWCRev.bat"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
Loading…
Reference in New Issue