[root]/Compiler/VC7/Setup/zips
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
adrpo | 19 (100.0%) | 0 (-) | 0.0 |
- moved /trunk/Compiler/VC7 to /installers/windows/VC7
0 lines of code changed in 6 files:
- YOU WILL NEED THE NEW OMDev AND MSVC 2008 TO BUILD THE RELEASE
OMDev: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/
- upgraded the entire OMC solution OpenModelica\Compiler\VC7\omc\omc.sln to MSVC 2008
+ got rid of some deprecated compiler flags
+ changed from mico2311.lib to mico2313.lib
- Changes to the Setup project
+ added the new GCC 3.4.5 and removed GCC 3.4.4
+ added the new Qt 4.4.2 DLLs needed by OMNotebook
+ added Coin3D and SoQt DLLs needed by the new OMNotebook 3D visualization
+ added the new MSVC 2008 DLLs and removed the old MSVC 2003 DLLs
+ added SimpleVisual.mo to the ModelicaLib.tar.gz
+ the lib directory of the OpenModelica release directory now contains c_runtime.lib
- added the old gcc-3.4.4.tar.gz just in case we will need it later
0 lines of code changed in 3 files:
Changed :
constant Integer Integer_inf=2147483647 "=2^32-1";
to:
constant Integer Integer_inf=1073741823 "=2^31-1";
in ModelicaLib.tar.gz Modelica/Constants.mo
0 lines of code changed in 1 file:
- break variable replaced by breakme variable as "break" is now a keyword.
- without this change the parsing of Modelica.Math package would fail.
0 lines of code changed in 1 file:
- updated binutils from mingw.tar.gz to latest.
- this seems to fix a MathCore linking bug
0 lines of code changed in 1 file:
Preparing for the 1.4.2 release:
- updated UsersGuideExamples.onb changed 1.4.1 to 1.4.2
- updated MinGW from 3.2.3 to the one in OMDev: 3.4.4 so we
don't have to compile the c_runtime libs with different
compilers when we do the releases
- improved Setup.vdproj so that it registers .onb files
with OMNotebook on installation
0 lines of code changed in 2 files:
- the older Modelica 1.5 added as ModelicaLib-1.5.tar.gz and set into the msi Setup
0 lines of code changed in 1 file:
- now ModelicaLib.tar.gz contains only the subset of the Modelica 2.2 that works
0 lines of code changed in 1 file:
- replaced the Modelica1.5 with Modelica2.2 in the windows release
0 lines of code changed in 1 file:
Moved remotely
0 lines of code changed in 2 files: