Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 16, 2008, 9:22:50 PM (16 years ago)
Author:
rgrieder
Message:
  • updated VC++ files for tolua
  • minor CMLs changes
Location:
code/trunk/visual_studio/vc8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/vc8/core.vcproj

    r1059 r1084  
    249249                        </File>
    250250                        <File
    251                                 RelativePath="..\..\src\core\ToLuaBind.cc"
    252                                 >
    253                         </File>
    254                         <File
    255251                                RelativePath="..\..\src\core\XMLPort.cc"
    256252                                >
    257253                        </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>
    258269                </Filter>
    259270                <Filter
     
    411422                        </File>
    412423                        <File
    413                                 RelativePath="..\..\src\core\ToLuaBind.h"
    414                                 >
    415                         </File>
    416                         <File
    417424                                RelativePath="..\..\src\core\XMLPort.h"
    418425                                >
    419426                        </File>
     427                        <Filter
     428                                Name="tolua"
     429                                >
     430                                <File
     431                                        RelativePath="..\..\src\core\tolua\tolua_bind.h"
     432                                        >
     433                                </File>
     434                        </Filter>
    420435                </Filter>
    421436        </Files>
  • code/trunk/visual_studio/vc8/tolua++.vcproj

    r1064 r1084  
    133133                                RelativePath="..\..\src\util\tolua\tolua.c"
    134134                                >
     135                                <FileConfiguration
     136                                        Name="Debug|Win32"
     137                                        ExcludedFromBuild="true"
     138                                        >
     139                                        <Tool
     140                                                Name="VCCLCompilerTool"
     141                                        />
     142                                </FileConfiguration>
    135143                        </File>
    136144                        <File
     
    157165                                RelativePath="..\..\src\util\tolua\toluabind.c"
    158166                                >
     167                                <FileConfiguration
     168                                        Name="Debug|Win32"
     169                                        ExcludedFromBuild="true"
     170                                        >
     171                                        <Tool
     172                                                Name="VCCLCompilerTool"
     173                                        />
     174                                </FileConfiguration>
    159175                        </File>
    160176                </Filter>
Note: See TracChangeset for help on using the changeset viewer.