Changeset 1638 for code/branches/gui/visual_studio/vc8/core.vcproj
- Timestamp:
- Jul 20, 2008, 7:49:26 PM (16 years ago)
- Location:
- code/branches/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui
-
Property
svn:mergeinfo
set to
/code/branches/input merged eligible
-
Property
svn:mergeinfo
set to
-
code/branches/gui/visual_studio/vc8/core.vcproj
r1631 r1638 165 165 </File> 166 166 <File 167 RelativePath="..\..\src\core\Exception.cc" 168 > 169 </File> 170 <File 167 171 RelativePath="..\..\src\core\Language.cc" 168 172 > … … 194 198 RelativePath="..\..\src\core\tolua\tolua.pkg" 195 199 > 200 <FileConfiguration 201 Name="Debug|Win32" 202 > 203 <Tool 204 Name="VCCustomBuildTool" 205 Description="Generating tolua bind files..." 206 CommandLine=""$(OutDir)\tolua_app_d.exe" -n Core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg
" 207 Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h" 208 /> 209 </FileConfiguration> 196 210 <FileConfiguration 197 211 Name="Release|Win32" … … 200 214 Name="VCCustomBuildTool" 201 215 Description="Generating tolua bind files..." 202 CommandLine=""$(OutDir)\tolua_app.exe" -n core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg"216 CommandLine=""$(OutDir)\tolua_app.exe" -n Core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg
" 203 217 Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h" 204 218 /> … … 294 308 </File> 295 309 <File 310 RelativePath="..\..\src\core\input\ExtendedInputState.cc" 311 > 312 </File> 313 <File 296 314 RelativePath="..\..\src\core\input\HalfAxis.cc" 297 315 > … … 315 333 <File 316 334 RelativePath="..\..\src\core\input\KeyDetector.cc" 335 > 336 </File> 337 <File 338 RelativePath="..\..\src\core\input\SimpleInputState.cc" 317 339 > 318 340 </File> … … 373 395 </File> 374 396 <File 397 RelativePath="..\..\src\core\Exception.h" 398 > 399 </File> 400 <File 375 401 RelativePath="..\..\src\core\Language.h" 376 402 > … … 412 438 </File> 413 439 <File 440 RelativePath="..\..\src\core\input\ExtendedInputState.h" 441 > 442 </File> 443 <File 414 444 RelativePath="..\..\src\core\input\HalfAxis.h" 415 445 > … … 432 462 </File> 433 463 <File 464 RelativePath="..\..\src\core\input\InputState.h" 465 > 466 </File> 467 <File 434 468 RelativePath="..\..\src\core\input\KeyBinder.h" 435 469 > … … 437 471 <File 438 472 RelativePath="..\..\src\core\input\KeyDetector.h" 473 > 474 </File> 475 <File 476 RelativePath="..\..\src\core\input\SimpleInputState.h" 439 477 > 440 478 </File>
Note: See TracChangeset
for help on using the changeset viewer.