added hardcoded values for project files, so that they don't have to be passed on command line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -228,4 +228,23 @@ Set the version of your Mingw installation here.
|
|||||||
<set var="EXTRACFLAGS">$(GCCFLAGS) -DHAVE_W32API_H</set>
|
<set var="EXTRACFLAGS">$(GCCFLAGS) -DHAVE_W32API_H</set>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ================================================================== -->
|
||||||
|
<!-- Project files - hardcode some defaults -->
|
||||||
|
<!-- ================================================================== -->
|
||||||
|
|
||||||
|
<if cond="FORMAT_SUPPORTS_CONDITIONS=='0'">
|
||||||
|
<set var="RUNTIME_LIBS">dynamic</set>
|
||||||
|
<set var="OFFICIAL_BUILD">0</set>
|
||||||
|
<set var="USE_HTML">1</set>
|
||||||
|
<set var="USE_OPENGL">1</set>
|
||||||
|
<set var="USE_ODBC">1</set>
|
||||||
|
<set var="MONOLITHIC">0</set>
|
||||||
|
<set var="USE_GUI">1</set>
|
||||||
|
<set var="DEBUG_INFO">default</set>
|
||||||
|
<set var="DEBUG_FLAG">default</set>
|
||||||
|
<set var="MSLU">0</set>
|
||||||
|
</if>
|
||||||
|
|
||||||
</makefile>
|
</makefile>
|
||||||
|
Reference in New Issue
Block a user