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

add windows mfc rule #216

Merged
merged 9 commits into from
Sep 6, 2018
Merged

add windows mfc rule #216

merged 9 commits into from
Sep 6, 2018

Commits on Sep 4, 2018

  1. add windows mfc rule

    useage:
    
    target("test")
        add_files("*.cpp")
        add_files("*.rc")
        -- use sharedmfc
        add_rules("win.sdk.mfcapp.shared")
        -- or add_rules("win.sdk.mfcapp.static") to use staticmfc
    target_end()
    xigalto committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    aa6cba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb295e View commit details
    Browse the repository at this point in the history
  3. add win.sdk.mfc for checking the env of vs

    rename:
    win.sdk.mfcapp.shared -> win.sdk.mfc.shared_app
    win.sdk.mfcapp.static -> win.sdk.mfc.static_app
    xigalto committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    b5fbcac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3038f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26b8ecc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a959913 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf23dd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    8d0d7c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    e8af37c View commit details
    Browse the repository at this point in the history