Created winres.h in resource folder for compatibility between VS and VS Express.

This commit is contained in:
tomch 2009-05-02 14:13:57 +00:00
parent 4219944b9f
commit 9e547c9d30
3 changed files with 12 additions and 0 deletions

View File

@ -805,6 +805,10 @@
RelativePath=".\resource\ThunderClockPlus.rom"
>
</File>
<File
RelativePath=".\resource\winres.h"
>
</File>
</Filter>
<File
RelativePath=".\source\Common.h"

View File

@ -904,6 +904,10 @@
RelativePath=".\resource\ThunderClockPlus.rom"
>
</File>
<File
RelativePath=".\resource\winres.h"
>
</File>
</Filter>
</Files>
<Globals>

View File

@ -0,0 +1,4 @@
// TC: Created for compatibility for VS Express
#include "winresrc.h"
#define IDC_STATIC (-1)