Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 28, 2008, 1:15:26 AM (16 years ago)
Author:
rgrieder
Message:
  • "windows.h" —> "winbase.h" in Sleep.h. This causes less trouble with winsocks.h and winsocks2.h with enet.
  • adjusted import macros with OgreCEGUIRenderer to use our system partially.
  • moved XMLIncludes.h from util to core because we don't link util against tinyxml. So it would pretty awkward to have an tinyxml include there after all.
Location:
code/trunk/visual_studio/vc8
Files:
2 edited

Legend:

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

    r1839 r1841  
    416416                                >
    417417                        </File>
     418                        <File
     419                                RelativePath="..\..\src\core\XMLIncludes.h"
     420                                >
     421                        </File>
    418422                        <Filter
    419423                                Name="input"
  • code/trunk/visual_studio/vc8/util.vcproj

    r1839 r1841  
    262262                                >
    263263                        </File>
    264                         <File
    265                                 RelativePath="..\..\src\util\XMLIncludes.h"
    266                                 >
    267                         </File>
    268264                </Filter>
    269265        </Files>
Note: See TracChangeset for help on using the changeset viewer.