Skip to content

Commit ded5d0f

Browse files
committed
- use PERL=perl instead of PERL=\"perl\"
- updates to clients OMNotebook.exe, OMPlotWindow.exe, OMShell.exe git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 973a067 commit ded5d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/susan_codegen/SimCode/SimCodeC.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,7 +2498,7 @@ case SIMCODE(modelInfo=MODELINFO(__), makefileParams=MAKEFILE_PARAMS(__)) then
24982498
CFLAGS=-I"<%makefileParams.omhome%>/include/omc" <%makefileParams.cflags%>
24992499
LDFLAGS=-L"<%makefileParams.omhome%>/lib/omc" <%makefileParams.ldflags%>
25002500
SENDDATALIBS=<%makefileParams.senddatalibs%>
2501-
PERL="perl"
2501+
PERL=perl
25022502

25032503
.PHONY: <%fileNamePrefix%>
25042504
<%fileNamePrefix%>: <%fileNamePrefix%>.conv.cpp <%fileNamePrefix%>_functions.cpp <%fileNamePrefix%>_functions.h <%fileNamePrefix%>_records.c
@@ -2656,7 +2656,7 @@ case FUNCTIONCODE(makefileParams=MAKEFILE_PARAMS(__)) then
26562656
CFLAGS= -I"<%makefileParams.omhome%>/include/omc" <%makefileParams.cflags%>
26572657
LDFLAGS= -L"<%makefileParams.omhome%>/lib/omc" <%makefileParams.ldflags%>
26582658
SENDDATALIBS=<%makefileParams.senddatalibs%>
2659-
PERL="perl"
2659+
PERL=perl
26602660

26612661
.PHONY: <%name%>
26622662
<%name%>: <%name%>.conv.c <%name%>.h <%name%>_records.c

0 commit comments

Comments
 (0)