-
Notifications
You must be signed in to change notification settings - Fork 96
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
Support building irpmonc with MinGW #106
base: master
Are you sure you want to change the base?
Conversation
The makefiles still need some work (DLL names are wrong), but please feel free to pick the 3 first commits in the meantime. |
Fixed up DLL names. irpmonc builds and starts up without errors. |
Actually it seems the previous DLL names (for the C source code libraries) were fine, but they are only wrappers, and the missing libraries on start-up are DLL's built from Pascal sources. It becomes a bit more work than I originally planned for. I was hoping irpmonc didn't require building Pascal code. Just bookmarking in case I come back to this: |
It would be nice to have the 3 first commits merged/picked because then I can leave the makefiles uncommitted in my tree while working and compiling on other branches. You can do: |
First 3 commits merged into |
Signed-off-by: Tormod Volden <[email protected]>
Supports parallel building of the DLLs. For now without WMware vSockets. Signed-off-by: Tormod Volden <[email protected]>
shared device-connector libserver irpmon-server Signed-off-by: Tormod Volden <[email protected]>
No description provided.