Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2008, 10:31:32 PM (16 years ago)
Author:
rgrieder
Message:

Changes in visual studio solution:

  • Restored directories.vsprops
  • Removed second tolua application and adjusted tolua file generation to the new method.
  • Added files in bin/msvc directory for debug and release versions
  • Added TIXML_USE_TICPP and _CRT_SECURE_NO_WARNINGS to the global symbols.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/visual_studio/vc8/toluaexe.vcproj

    r2243 r2249  
    33        ProjectType="Visual C++"
    44        Version="8.00"
    5         Name="toluagen_orxonox"
     5        Name="toluaexe"
    66        ProjectGUID="{A0724246-CB7C-420B-BCF0-68EF205AFE34}"
    77        RootNamespace="orxonox"
     
    1919                        Name="Debug|Win32"
    2020                        ConfigurationType="1"
    21                         InheritedPropertySheets=".\debug.vsprops;.\toluagen_orxonox.vsprops"
     21                        InheritedPropertySheets=".\debug.vsprops;.\toluaexe.vsprops"
    2222                        CharacterSet="1"
    2323                        >
     
    8080                        Name="Release|Win32"
    8181                        ConfigurationType="1"
    82                         InheritedPropertySheets=".\release.vsprops;.\toluagen_orxonox.vsprops"
     82                        InheritedPropertySheets=".\release.vsprops;.\toluaexe.vsprops"
    8383                        CharacterSet="1"
    8484                        WholeProgramOptimization="0"
     
    152152                                >
    153153                        </File>
    154                         <File
    155                                 RelativePath="..\..\src\tolua\toluabind.c"
    156                                 >
    157                         </File>
    158154                </Filter>
    159155                <Filter
     
    162158                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    163159                        >
    164                         <File
    165                                 RelativePath="..\..\src\tolua\tolua++.h"
    166                                 >
    167                         </File>
    168                         <File
    169                                 RelativePath="..\..\src\tolua\toluabind.h"
    170                                 >
    171                         </File>
    172160                </Filter>
    173161        </Files>
Note: See TracChangeset for help on using the changeset viewer.