Skip to content

Comments

Default to building Win32 libraries#20

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

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

Conversation

@berney
Copy link

@berney berney commented Oct 24, 2019

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

@mubix
Copy link

mubix commented Aug 2, 2020

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