Skip to content
New issue

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

add Windows x64 and ANSI support #70

Open
hlizard opened this issue Aug 5, 2020 · 0 comments
Open

add Windows x64 and ANSI support #70

hlizard opened this issue Aug 5, 2020 · 0 comments

Comments

@hlizard
Copy link

hlizard commented Aug 5, 2020

<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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant