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

[Win32] Use separate build directories for x86 and x64 #67

Closed
k-takata opened this issue Oct 15, 2016 · 1 comment
Closed

[Win32] Use separate build directories for x86 and x64 #67

k-takata opened this issue Oct 15, 2016 · 1 comment

Comments

@k-takata
Copy link
Owner

Currently Onigmo cannot be build both for x86 and x64 in the same source directory at the same time.
It's better to use separate build directories. E.g. build_x86 and build_x64.

k-takata added a commit that referenced this issue Oct 15, 2016
* Use separate build directories for x86 and x64. (Issue #67)
  - MSVC: build_x86 and build_x64
  - MinGW: build_i686, build_x86-64, etc.
* Add "test", "utest" and "pytest" targets.
* Change include directory. Now it is not needed to copy config.h and
  test.c.
k-takata added a commit that referenced this issue Oct 15, 2016
* Use separate build directories for x86 and x64. (Issue #67)
  - MSVC: build_x86 and build_x64
  - MinGW: build_i686, build_x86-64, etc.
* Add "test", "utest" and "pytest" targets.
* Change include directory. Now it is not needed to copy config.h and
  test.c.
@k-takata
Copy link
Owner Author

Now available on the devel-6.0 branch.

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

No branches or pull requests

1 participant