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

Premake fix for BX_DIR and DXSDK library path #3

Closed
wants to merge 1 commit into from
Closed

Premake fix for BX_DIR and DXSDK library path #3

wants to merge 1 commit into from

Conversation

garettbass
Copy link
Contributor

  1. Modified BX_DIR to match usage in bgfx.lua:7, this allows visual
    studio to correctly locate the compat/msvc directory.
  2. Added DXSDK libdirs to 32/64-bit vs* configurations so that visual
    studio can link with the appropriate DX libraries.
    NOTE: I added this to the vs-specific configuration, not the general
    windows configuration because I suspect that MINGW builds will use their
    own DX libraries.

I agree to comply with the BSD-2 clause license.

1. Modified BX_DIR to match usage in bgfx.lua:7, this allows visual
studio to correctly locate the compat/msvc directory.

2. Added DXSDK libdirs to 32/64-bit vs* configurations so that visual
studio can link with the appropriate DX libraries.
NOTE: I added this to the vs-specific configuration, not the general
windows configuration because I suspect that MINGW builds will use their
own DX libraries.
@bkaradzic bkaradzic closed this Dec 9, 2012
@bkaradzic
Copy link
Owner

Manually integrated.

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.

None yet

2 participants