Skip to content

Commit

Permalink
- fixed problems on Windows MSVC/OMDev
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jun 15, 2010
1 parent 10ea6fd commit 7bf6324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/runtime/config.h
Expand Up @@ -29,9 +29,9 @@
*/

#if defined(__MINGW32__)
#define CONFIG_LINE "Manually created Makefiles for OMDev"
#define CONFIGURE_COMMANDLINE "Manually created Makefiles for OMDev"
#elif defined(_MSC_VER)
#define CONFIG_LINE "Manually created Makefiles for Visual Studio"
#define CONFIGURE_COMMANDLINE "Manually created Makefiles for Visual Studio"
#else
#include "config.unix.h"
#endif

0 comments on commit 7bf6324

Please sign in to comment.