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

Correct build DLLs for OS/2 by Open Watcom #345

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

jmalak
Copy link
Contributor

@jmalak jmalak commented Sep 30, 2024

use the -bd option to compile for the DLL
use -br option to compile with DLL version of C/C++ runtimes, doesn't assume it to be DLL, can be used for EXE or DLL format.
Add extra macros LINKFLAGS_WIN (GUI application) and LINKFLAGS_DLL (DLL) for linking
LINKFLAG is used for Character mode application
Use
OWCL for Microsoft CL clone
and
OWWCL for Open Watcom Compile and Link utility (WCL)

@davidrg davidrg merged commit 4c2b9fd into davidrg:master Sep 30, 2024
18 checks passed
@jmalak jmalak deleted the ow-fix22 branch September 30, 2024 19:38
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