Small fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
99f03ce9c7
commit
7c5ece9e3c
@ -37,7 +37,6 @@
|
||||
#include "bitmaps/paste.xpm"
|
||||
#include "bitmaps/open.xpm"
|
||||
#include "bitmaps/save.xpm"
|
||||
#include "bitmaps/print.xpm"
|
||||
#include "bitmaps/new.xpm"
|
||||
#include "bitmaps/help.xpm"
|
||||
#include "bitmaps/undo.xpm"
|
||||
|
23
utils/configtool/src/wxconfigtool.exe.manifest
Normal file
23
utils/configtool/src/wxconfigtool.exe.manifest
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly
|
||||
xmlns="urn:schemas-microsoft-com:asm.v1"
|
||||
manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
processorArchitecture="x86"
|
||||
version="5.1.0.0"
|
||||
type="win32"
|
||||
name="wxconfigtool.exe"/>
|
||||
<description>Foo program</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
processorArchitecture="x86"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
||||
|
Loading…
Reference in New Issue
Block a user