Remove check for eVC in bakefiles
This compiler is obsolete and doesn't exist since a long time.
This commit is contained in:
parent
615df97097
commit
c0e1ad6ac0
@ -488,7 +488,7 @@ it if SHARED=1 unless you know what you are doing.
|
||||
<set var="EXTRALIBS_GUI"/>
|
||||
<set var="EXTRALIBS_OPENGL">
|
||||
<if cond="COMPILER=='wat' and TOOLKIT=='MSW'">opengl32.lib glu32.lib</if>
|
||||
<if cond="COMPILER in ['vc','evc']">opengl32.lib glu32.lib</if>
|
||||
<if cond="COMPILER=='vc'">opengl32.lib glu32.lib</if>
|
||||
<if cond="COMPILER=='gcc'">-lopengl32 -lglu32</if>
|
||||
</set>
|
||||
<set var="EXTRALIBS_SDL"/>
|
||||
|
Loading…
Reference in New Issue
Block a user