# HG changeset patch # User frd # Date 1461442687 14400 # Node ID 8fca9fd3135742ee4e29d7a90847e8527f521ace # Parent 5ce2cf06b5310f6813c53b7bdd47a1dca2e1a156 Use hwlibrary while converting to c diff -r 5ce2cf06b531 -r 8fca9fd31357 project_files/hwc/CMakeLists.txt --- a/project_files/hwc/CMakeLists.txt Sat Apr 23 16:17:15 2016 -0400 +++ b/project_files/hwc/CMakeLists.txt Sat Apr 23 16:18:07 2016 -0400 @@ -64,7 +64,7 @@ -d ENDIAN_LITTLE -d DEBUGFILE) if(BUILD_ENGINE_JS) - set(pas2c_args ${pas2c_args} -d WEBGL) + set(pas2c_args ${pas2c_args} -d WEBGL -d HWLIBRARY) endif() #invoke pas2c on main module, it will call all the others