Changeset 253 for trunk/win32
- Timestamp:
- Jan 21, 2011, 1:05:06 AM (10 years ago)
- Location:
- trunk/win32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/win32/deushax.vcxproj
r251 r253 14 14 <ClInclude Include="..\deushax\debugsprite.h" /> 15 15 <ClInclude Include="..\deushax\game.h" /> 16 <ClInclude Include="..\src\audio.h" /> 16 17 <ClInclude Include="..\src\bitfield.h" /> 17 18 <ClInclude Include="..\src\core.h" /> … … 44 45 <ClCompile Include="..\deushax\deushax.cpp" /> 45 46 <ClCompile Include="..\deushax\game.cpp" /> 47 <ClCompile Include="..\src\audio.cpp" /> 46 48 <ClCompile Include="..\src\debugfps.cpp" /> 47 49 <ClCompile Include="..\src\debugrecord.cpp" /> -
trunk/win32/monsterz.vcxproj
r251 r253 15 15 <ClInclude Include="..\monsterz\game.h" /> 16 16 <ClInclude Include="..\monsterz\piece.h" /> 17 <ClInclude Include="..\src\audio.h" /> 17 18 <ClInclude Include="..\src\bitfield.h" /> 18 19 <ClInclude Include="..\src\core.h" /> … … 46 47 <ClCompile Include="..\monsterz\monsterz.cpp" /> 47 48 <ClCompile Include="..\monsterz\piece.cpp" /> 49 <ClCompile Include="..\src\audio.cpp" /> 48 50 <ClCompile Include="..\src\debugfps.cpp" /> 49 51 <ClCompile Include="..\src\debugrecord.cpp" />
Note: See TracChangeset
for help on using the changeset viewer.