Skip to content

Commit

Permalink
- add the missing simulationCodeTarget in SimCodeTV.mo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 19, 2012
1 parent 320b523 commit 1e0a1f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Compiler/Template/SimCodeTV.mo
Expand Up @@ -2335,6 +2335,13 @@ package Config
output Integer defdevid;
end getDefaultOpenCLDevice;

function simulationCodeTarget
"@author: adrpo
returns: 'gcc' or 'msvc'
usage: omc [+target=gcc|msvc], default to 'gcc'."
output String outCodeTarget;
end simulationCodeTarget;

end Config;

package Flags
Expand Down

0 comments on commit 1e0a1f8

Please sign in to comment.