v4 parser.src Makefile for Windows: one more time ...

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@997 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-10-27 13:08:05 +00:00
parent 6831418443
commit e66f3884db
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ SCILAB_OBJ = InterfaceScilab.o
### Build ######################################################################
################################################################################
all: dynare.exe dynare_s.exe
all: dynare_m.exe dynare_s.exe
dynare_m.exe: $(COMMON_OBJ) $(MATLAB_OBJ)
$(CPP) $(CPPFLAGS) -o dynare_m.exe $(COMMON_OBJ) $(MATLAB_OBJ) -l stdc++;\