Skip to content

Default to building Win32 libraries#20

Open
berney wants to merge 1 commit into
taviso:masterfrom
berney:fix-win32
Open

Default to building Win32 libraries#20
berney wants to merge 1 commit into
taviso:masterfrom
berney:fix-win32

Conversation

@berney

@berney berney commented Oct 24, 2019

Copy link
Copy Markdown

Fix linker errors due to missing symbols by defaulting to building Win32 libraries.

@mubix

mubix commented Aug 2, 2020

Copy link
Copy Markdown

I needed to change:

MFLAGS=/p:Configuration=Release /nologo /m /v:q

to:

MFLAGS=/p:Configuration=Release /p:Platform=Win32 /nologo /m /v:q

as well to get it to compile

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

Successfully merging this pull request may close these issues.

2 participants