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

Compile for Windows #70

Open
jonblack opened this issue May 12, 2015 · 1 comment
Open

Compile for Windows #70

jonblack opened this issue May 12, 2015 · 1 comment
Milestone

Comments

@jonblack
Copy link
Contributor

Make it possible to compile for Windows. An option is to use the MingW compiler.

@jonblack jonblack added this to the future milestone May 12, 2015
@SchiggaDigga
Copy link

SchiggaDigga commented Sep 12, 2018

Needed some patches for MingW:

  • various: removed 'P_WIN'; replaced 'P_WIN' and '_MSC_VER' with '_WIN32' where appropriate
  • mkdssp.cpp/mkhssp.cpp: fixed '_getch()' for Windows; unused 'char ch' not needed
  • progress.cpp: changed 'uint' to 'unsigned int'
  • autogen.sh: added '-I m4' to 'aclocal'
  • mkhssp.cpp: fixed 'outfilename.c_str()' for Windows (wchar_t); added 'string()' to 'outfilename'

xssp-3.0.2-mingw.patch

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

No branches or pull requests

2 participants