Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Basic Linux Support #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Basic Linux Support #5

wants to merge 2 commits into from

Conversation

gudenau
Copy link

@gudenau gudenau commented Aug 11, 2018

Not the most user friendly at the moment and untested, but it should work.

(Don't have my Wooting just yet)

@@ -18,3 +18,6 @@ windows/x64/
*.user

*.aps

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are for the additional object files that are created by the Linux build process.

@@ -7,11 +7,16 @@
*/
#pragma once

// Check for Windows, and make sure it is not CYGWIN (since that uses Unix APIs)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux does not seem to have a requirement to export functions, and the Windows way of doing it causes build issues.

So we check if we are on a Windows platform and just stub the WOOTINGANALOGSDK_API macro to do nothing.

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

Successfully merging this pull request may close these issues.

1 participant