We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<xml> <set name="lib_folder" value="vc_dll" /> <set name="lib_folder" value="vc_lib" if="WXSTATIC" /> <set name="lib_folder" value="vc_x64_dll" if="HXCPP_M64" /> <set name="lib_folder" value="vc_x64_lib" if="HXCPP_M64 && WXSTATIC" /> <echo value="Using wxWidgets from: ${WXWIN}\lib\${lib_folder}" /> <section if="windows"> <files id="haxe"> <compilerflag value="-I${WXWIN}\include" /> <compilerflag value="-I${WXWIN}\lib\${lib_folder}\mswu" unless="disable-unicode-strings"/> <compilerflag value="-I${WXWIN}\lib\${lib_folder}\msw" if="disable-unicode-strings"/> <compilerflag value="-I${HXWIDGETS_PATH}\include" /> <compilerflag value="-DUNICODE" unless="disable-unicode-strings"/> <compilerflag value="-D_UNICODE" unless="disable-unicode-strings"/> ...
X64 works, ANSI link error!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
X64 works, ANSI link error!
The text was updated successfully, but these errors were encountered: