don't use "objs_" prefix for object directories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3af038c0dc
commit
bdb03aa978
@ -125,7 +125,7 @@
|
||||
<set var="CFG_NAME_PART">
|
||||
$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||
</set>
|
||||
<set var="OBJS" make_var="1">objs_$(COMPILER)_$(CFG_NAME_PART)</set>
|
||||
<set var="OBJS" make_var="1">$(COMPILER)_$(CFG_NAME_PART)</set>
|
||||
<set var="BUILDDIR">$(OBJS)</set>
|
||||
</if>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user