Changeset 4935

Timestamp:
Mar 1, 2007, 11:34:38 PM (17 years ago)
Author:
philip
Message:

Added binaries and some example data for COLLADA conversion.
Added FCollada 3.02 library files (but Collada*.dll is not built by default since it doesn't work in VS2003 (because the FCollada*.dll files use the VC80 CRT)).
Changed Premake to use optimize-speed instead of optimize, since the latter does /Ox (in MSVC) which is kind of unofficially deprecated.

Location:
ps/trunk
Files:
199 added
4 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/build/premake/extern_libs.lua

    r4928 r4935  
    6464    },
    6565    fcollada = {
    66         win_names  = { "FColladaS" },
     66        win_names  = { "FCollada" },
    6767        unix_names = { "FCollada" },
    6868        dbg_suffix = "D",
  • ps/trunk/build/premake/premake.lua

    r4927 r4935  
    6969    package.config["Testing"].defines = { "TESTING" }
    7070
    71     package.config["Release"].buildflags = { "no-runtime-checks", "optimize" }
     71    package.config["Release"].buildflags = { "no-runtime-checks", "optimize" }
    7272    package.config["Release"].defines = { "NDEBUG" }
    7373
Note: See TracChangeset for help on using the changeset viewer.