Skip to content

Commit

Permalink
- got rid of winruntime, now everything resides in runtime
Browse files Browse the repository at this point in the history
  and the implementation is different via compiler and OS flags
- changed so that System.writeFile uses 
  fwrite insead of fprintf as is way 
  faster and better.
- updated copyright to year 2006 and added it to most of the files.
- updated SG so that it doesn't talk on winruntime anymore
- updated the omc.snl project and runtime.vcproj to take files from runtime
  instead of winruntime.
- changed winruntime to runtime anywhere I could find it. 
- got rid of some warnings by casting the values to the needed type.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 6, 2006
1 parent c5175a9 commit 3306b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMNotebook/ReadMe.txt
Expand Up @@ -57,6 +57,6 @@ MISC

> Probably the path to the file "omc_communicator.cc" in the OMNotebook project has
to be change, because this path is relative also. The file is added to the project
to avoid link error and the file is located in modelicas winruntime library.
to avoid link error and the file is located in modelicas runtime library.


0 comments on commit 3306b57

Please sign in to comment.