Skip to content

Commit

Permalink
- Unix compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 11, 2011
1 parent 7fc7cf5 commit 2e9be04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/Makefile.in
Expand Up @@ -8,7 +8,7 @@ CC = @CC@
CXX = @CXX@
ANSI= #-ansi
CFLAGS := @CFLAGS@ -Wall $(ANSI) -pedantic $(EXTRA_CFLAGS) -mfpmath=sse -c
CPPFLAGS := @CPPFLAGS@ -Wall $(ANSI) $(EXTRA_CFLAGS) -I. -I.. -I../util -I../linearization -I./results -I./math-support/ -I./solver
CPPFLAGS := @CPPFLAGS@ -Wall $(ANSI) $(EXTRA_CFLAGS) -I. -I.. -I../util -I../linearization -I./results -I../math-support/ -I./solver
AR = ar -ru
FFLAGS = -O -fexceptions

Expand Down

0 comments on commit 2e9be04

Please sign in to comment.