Fix autoconf generated error in bakefile_gen.

This commit is contained in:
Haojian Wu 2014-06-07 18:52:14 -07:00 committed by Tobias Taschner
parent 9eca39a928
commit 2d1502f131
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
3 changed files with 28 additions and 23 deletions

View file

@ -580,4 +580,28 @@ For example, add "-F pe-i386" here if using 64 bit windres for 32 bit build.
</if>
</set>
<set var="LIBCEF_NAME">
<if cond="PLATFORM_WIN32=='1'">
libcef
</if>
<if cond="PLATFORM_MACOSX=='1'">
<!--TODO -->
</if>
<if cond="PLATFORM_UNIX=='1'">
cef
</if>
</set>
<set var="LIBCEF_DLL_WRAPPER_NAME">
<if cond="PLATFORM_WIN32=='1'">
libcef
</if>
<if cond="PLATFORM_MACOSX=='1'">
<!--TODO -->
</if>
<if cond="PLATFORM_UNIX=='1'">
cef_dll_wrapper
</if>
</set>
</makefile>