Changeset 1084 for code/trunk/visual_studio/vc8
- Timestamp:
- Apr 16, 2008, 9:22:50 PM (17 years ago)
- Location:
- code/trunk/visual_studio/vc8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/visual_studio/vc8/core.vcproj
r1059 r1084 249 249 </File> 250 250 <File 251 RelativePath="..\..\src\core\ToLuaBind.cc"252 >253 </File>254 <File255 251 RelativePath="..\..\src\core\XMLPort.cc" 256 252 > 257 253 </File> 254 <Filter 255 Name="tolua" 256 > 257 <File 258 RelativePath="..\..\src\core\tolua\tolua_bind.cc" 259 > 260 <FileConfiguration 261 Name="Debug|Win32" 262 > 263 <Tool 264 Name="VCCLCompilerTool" 265 /> 266 </FileConfiguration> 267 </File> 268 </Filter> 258 269 </Filter> 259 270 <Filter … … 411 422 </File> 412 423 <File 413 RelativePath="..\..\src\core\ToLuaBind.h"414 >415 </File>416 <File417 424 RelativePath="..\..\src\core\XMLPort.h" 418 425 > 419 426 </File> 427 <Filter 428 Name="tolua" 429 > 430 <File 431 RelativePath="..\..\src\core\tolua\tolua_bind.h" 432 > 433 </File> 434 </Filter> 420 435 </Filter> 421 436 </Files> -
code/trunk/visual_studio/vc8/tolua++.vcproj
r1064 r1084 133 133 RelativePath="..\..\src\util\tolua\tolua.c" 134 134 > 135 <FileConfiguration 136 Name="Debug|Win32" 137 ExcludedFromBuild="true" 138 > 139 <Tool 140 Name="VCCLCompilerTool" 141 /> 142 </FileConfiguration> 135 143 </File> 136 144 <File … … 157 165 RelativePath="..\..\src\util\tolua\toluabind.c" 158 166 > 167 <FileConfiguration 168 Name="Debug|Win32" 169 ExcludedFromBuild="true" 170 > 171 <Tool 172 Name="VCCLCompilerTool" 173 /> 174 </FileConfiguration> 159 175 </File> 160 176 </Filter>
Note: See TracChangeset
for help on using the changeset viewer.