Changes between Version 10 and Version 11 of BuildingWindowsDependencies


Ignore:
Timestamp:
Aug 31, 2018, 5:27:00 PM (6 years ago)
Author:
Itms
Comment:

Add FCollada.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWindowsDependencies

    v10 v11  
    7171* Copy `Debug/enetd.dll` and `Release/enet.dll` to `binaries/system/`
    7272* Copy `include/enet` to `libraries/win32/enet/include/`
     73
     74== FCollada ==
     75* Open `libraries/source/fcollada/src/FCollada/FCollada.sln` in VS. Let it upgrade the project.
     76* Switch to '''v120_xp''' toolset for compatibility with WinXP:
     77  * Open the properties for the FCollada project
     78  * Change the `Configuration` to `All Configurations`
     79  * Change `Platform Toolset` to '''Visual Studio 2013 - Windows XP (v120_xp)'''
     80* Build `Debug DLL Win32` and `Release DLL Win32`. Ignore the `Unicode` and `Retail` configurations.
     81* 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.
     82* Next to `FCollada.sln`, there is now an `Output` directory.
     83  * Copy `Output/FColladaD.lib` and `Output/FCollada.lib` to `libraries/source/fcollada/lib/`.
     84  * Copy `Output/Debug DLL Win32/FColladaD.dll` and `Output/Release DLL Win32/FCollada.dll`.
     85  * If you need the debug symbols, they are in `Output/Debug DLL Win32/FCollada/FCollada.pdb`.
    7386
    7487== gloox ==