-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it wont generate .dso encrypt script files after Torsion’s in-ide “precompile all”,and 4.0.3 source missing “TORQUE_SHIPPING” entry #1040
Comments
Torque3D/Tools/CMake/torque3d.cmake Line 200 in cf23336
in shipping mode, any method or chain that eventually leads to an exec call will generate a dso as they load. for precompiling, you may want to attempt the -compileall CLI command
|
thank you Azaezel ! I've learned more and more systematically. Best wishes for your next release of torque3d a success!just cant wait to try it. but it doesnt generate a dso of my unit test: setp3:shipping mode editor with no any log setp4:check .dso file doesnt appear ps:but the function "compile("path",bool)" still works but its single thread which may cause “tired” and “missing” have a good day. |
I notice in your last example you're trying to auto-compile a .cs file. that extension was changed to .tscript to avoid confusing people should the c# parallel language support project come to completeness. |
want know the right steps to generate .dso encrypt script files from community
1.Torsion Version:1.1.3311 f
2.(3.10.1 template)after “precompile all”,it passed ,but got no XXX.dso encrypt script files
and 4.0.3 source missing “TORQUE_SHIPPING” entry in cmake , want know the new method of encrypt
The text was updated successfully, but these errors were encountered: