Skip to content

Commit

Permalink
- attempt to fix windows build again
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Nov 12, 2015
1 parent 0e0b911 commit 1ba1aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/runtime/omc_config.h
Expand Up @@ -31,7 +31,7 @@
#ifndef OPENMODELICA_CONFIG_H
#define OPENMODELICA_CONFIG_H

#if defined(NO_AUTOCONF) /* Windows */
#if defined(NO_AUTOCONF) || (defined(__MINGW32__) || defined(_MSC_VER)) /* Windows */

#define DEFAULT_CC "gcc"
#define DEFAULT_CXX "g++"
Expand Down
2 changes: 1 addition & 1 deletion Parser/Makefile.omdev.mingw
@@ -1,7 +1,7 @@
CC=gcc
CXX=g++
CFLAGS=-O3 -Wall
CPPFLAGS=-I$(COMPILERHOME) $(RMLINC) -I. -I$(ANTLR) -I$(ANTLR)/include $(BUILDINC) -I../3rdParty/gc/include
CPPFLAGS=-I$(COMPILERHOME) $(RMLINC) -I.. -I. -I$(ANTLR) -I$(ANTLR)/include $(BUILDINC) -I../3rdParty/gc/include

OMBUILDDIR=../build
OMC=../build/bin/omc.exe
Expand Down

0 comments on commit 1ba1aac

Please sign in to comment.