Commit | Author | Summary |
66b19e05fb | Martin Sjölund | More options for ModelicaCompliance testing |
c44a5382dc | Adrian Pop | better fix for Windows compilation - use gcc instead of g++ - use -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic instead of -static-stdc++ |
f251a60435 | Adrian Pop | fix simulation code compilation on Windows - use g++ to link the executable on Windows with -static-libstc++ - remove c++ includes from the SimulationRuntime/c/simulation/simulation_runtime.h - guard some files with extern "C" so we can always use g++ to compile the generated code |