Changeset 13916 for branches/dev-jk-2621
- Timestamp:
- Oct 31, 2019 9:13:00 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-jk-2621/Compiler/ModelicaCompiler/src/jastadd/ModelicaCompiler.jrag
r13868 r13916 2233 2233 if (target.getMakeFileFlag() != null) { 2234 2234 ASTNode.beginStep("compileCCode()"); 2235 String cFileName = c Name(fc);2235 String cFileName = cFileName(fc); 2236 2236 CCompilerDelegator ccompiler = getCCompiler(); 2237 2237 CCompilerArguments ccArgs = new CCompilerArguments(cFileName, fc.myOptions(), target, fc.externalLibraries(), fc.externalLibraryDirectories(), … … 2244 2244 } 2245 2245 2246 private String ModelicaCompiler.c Name(FClass fc) {2246 private String ModelicaCompiler.cFileName(FClass fc) { 2247 2247 return fc.nameUnderscore(); // Hook to facilitate extensions. 2248 2248 }
Note: See TracChangeset
for help on using the changeset viewer.