Skip to content

Commit

Permalink
- fix Windows build: WE DO NOT RUN configure on Windows!
Browse files Browse the repository at this point in the history
- rename HpcOmSchedulerExt.h.in to HpcOmSchedulerExt.unix.h.in
- create a new file HpcOmSchedulerExt.h that includes HpcOmSchedulerExt.unix.h for anything but Windows


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 2, 2014
1 parent 299f738 commit 31852a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Compiler/runtime/HpcOmSchedulerExt.h
@@ -0,0 +1,4 @@
#if defined(__MINGW32__) || defined(_MSC_VER)
#else
#include "HpcOmSchedulerExt.unix.h"
#endif
File renamed without changes.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -968,7 +968,7 @@ Compiler/omc_release/Makefile \
Compiler/runtime/Makefile \
Compiler/modpar/Makefile \
Compiler/runtime/config.unix.h \
Compiler/runtime/HpcOmSchedulerExt.h \
Compiler/runtime/HpcOmSchedulerExt.unix.h \
PythonInterface/Makefile \
PythonInterface/OMPython/OMConfig.py \
Parser/Makefile \
Expand Down

0 comments on commit 31852a8

Please sign in to comment.