Changes between Version 14 and Version 15 of BuildingWindowsDependencies


Ignore:
Timestamp:
Dec 16, 2019, 4:38:01 PM (4 years ago)
Author:
Stan
Comment:

Add treat warning as error removal in projects else Fcollada won't build.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWindowsDependencies

    v14 v15  
    7878  * Change the `Configuration` to `All Configurations`
    7979  * Change `Platform Toolset` to '''Visual Studio 2013 - Windows XP (v120_xp)'''
     80  * Disable the treat warning as error flag.
    8081* Build `Debug DLL Win32` and `Release DLL Win32`. Ignore the `Unicode` and `Retail` configurations.
    8182* In both configurations, '''FColladaTest will fail to link'''. This is not an issue. You can delete the FColladaTest project if you want to feel better about the build output.
     
    8485  * Copy `Output/Debug DLL Win32/FColladaD.dll` and `Output/Release DLL Win32/FCollada.dll`.
    8586  * If you need the debug symbols, they are in `Output/Debug DLL Win32/FCollada/FCollada.pdb`.
     87
     88Alternatively you can use this [https://trac.wildfiregames.com/attachment/wiki/BuildingWindowsDependencies/0ad-build-Fcollada.ps1 script] after updating the sln with visual studio.
    8689
    8790== gloox ==