Add MinGW-specific project file (sledgehammer999)

This commit is contained in:
Christophe Dumez
2011-03-23 17:02:26 +00:00
parent 1489a6bbd6
commit 188a8ae4f5
6 changed files with 69 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*' />
</dependentAssembly>
</dependency>
</assembly>