DXGL r461 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r460‎ | r461 | r462 >
Date:02:13, 7 July 2014
Author:admin
Status:new
Tags:
Comment:
Add a bitmap for DXGL test.
Modified paths:
  • /common/common.vcxproj (modified) (history)
  • /common/common.vcxproj.filters (modified) (history)
  • /common/x16.ico (added) (history)
  • /dxgltest/Resource.h (modified) (history)
  • /dxgltest/dxgltest.rc (modified) (history)

Diff [purge]

Index: common/common.vcxproj
@@ -129,10 +129,14 @@
130130 </ItemDefinitionGroup>
131131 <ItemGroup>
132132 <None Include="dxgl.ico" />
 133+ <None Include="dxgl48.ico" />
133134 <None Include="dxglicon.svg" />
 135+ <None Include="dxglinv.bmp" />
 136+ <None Include="dxglinv64.bmp" />
134137 <None Include="dxglsm.ico" />
135138 <None Include="star.ico" />
136139 <None Include="version.nsh.in" />
 140+ <None Include="x16.ico" />
137141 </ItemGroup>
138142 <ItemGroup>
139143 <ClInclude Include="releasever.h" />
Index: common/common.vcxproj.filters
@@ -30,6 +30,18 @@
3131 <None Include="version.nsh.in">
3232 <Filter>Header Files</Filter>
3333 </None>
 34+ <None Include="dxgl48.ico">
 35+ <Filter>Resource Files</Filter>
 36+ </None>
 37+ <None Include="dxglinv.bmp">
 38+ <Filter>Resource Files</Filter>
 39+ </None>
 40+ <None Include="dxglinv64.bmp">
 41+ <Filter>Resource Files</Filter>
 42+ </None>
 43+ <None Include="x16.ico">
 44+ <Filter>Resource Files</Filter>
 45+ </None>
3446 </ItemGroup>
3547 <ItemGroup>
3648 <ClInclude Include="releasever.h">
Index: common/x16.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: common/x16.ico
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
 49+application/octet-stream
\ No newline at end of property
Index: dxgltest/Resource.h
@@ -24,8 +24,9 @@
2525 #define IDD_SYSINFO 115
2626 #define IDI_DXGL 116
2727 #define IDI_DXGLSM 117
28 -#define IDB_DXGLINV 118
29 -#define IDB_DXGLINV64 119
 28+#define IDI_X16 118
 29+#define IDB_DXGLINV 119
 30+#define IDB_DXGLINV64 120
3031 #define IDD_TEXSHADER 121
3132 #define IDD_VERTEXSHADER 123
3233 #define IDC_DXDIAG 1000
Index: dxgltest/dxgltest.rc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream