File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ COMMON_LIBS = <%common_libs%>
26
26
TLIB = <%tlib%>
27
27
DLLFLAGS = <%dllflags%>
28
28
<%if(pch)%>PCH = 1<%endif%>
29
+ <%if(objectsearchpath)%>
30
+ OBJECTSEARCHPATH = \
31
+ <%foreach(libpaths)%>
32
+ -j"<%libpath%>"
33
+ <%fornotlast(" \\")%>
34
+ <%endfor%>
29
35
!else
30
36
<%endfor%>
31
37
!error You must select one of these compilers:<%foreach(compilers)%> <%normalize(uc(compiler))%><%endfor%>
@@ -57,12 +63,6 @@ POSTLINKRM = <%postlinkrmext%>
57
63
<%if(exename)%>
58
64
EXEOUTPUTDIR = <%if(exeout)%><%exeout%><%if(windows_style)%>\<%output_dir("Debug")%><%endif%><%else%><%if(windows_style)%><%output_dir("Debug")%><%else%><%output_dir(".")%><%endif%><%endif%>\\
59
65
<%endif%>
60
- <%if(objectsearchpath)%>
61
- OBJECTSEARCHPATH = \
62
- <%foreach(libpaths)%>
63
- -j"<%libpath%>"
64
- <%fornotlast(" \\")%>
65
- <%endfor%>
66
66
<%endif%>
67
67
!else
68
68
<%endfor%>
You can’t perform that action at this time.
0 commit comments