Skip to content

Commit

Permalink
Fixed bug in VC7 solution
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Håkan Lundvall committed Apr 22, 2005
1 parent debf121 commit c25ee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/Makefile.w32
Expand Up @@ -5,7 +5,7 @@
!INCLUDE Makefile.common.w32

RML=$(RMLHOME)bin\run.x86-win32.exe @SMLquiet @SMLload=$(RMLHOME)bin\rml.x86-win32
CFLAGS= /O2 /I "./VC7/rmlRuntime/runtime/plain" /Zi /Fd"./VC7/Release/vc70.pdb" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /EHsc /MT /GS /W3 /nologo /c /Wp64 /TC /wd4311 /wd4312
CFLAGS= /O2 /I "./VC7/rmlRuntime/runtime/plain" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /EHsc /MT /GS /W3 /nologo /c /Wp64 /TC /wd4311 /wd4312

SRCC= $(SRCRML:.rml=.c)
SRCH= $(SRCRML:.rml=.h)
Expand Down

0 comments on commit c25ee67

Please sign in to comment.