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

Adding batch build files #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

john-peterson
Copy link
Member

Adding batch build files

Build script

Build scripts are added because

  • bulding from a command is fasther than opening the VS window and builiding from it
  • if VS the window is already open, building another (or all) configuration than the one selected in the GUI is faster to do from a command than selecting it in the window

Discussion

@delroth

Why not use msbuild instead of calling devenv?

Fixed

Also, please put all the scripts in a subdirectory to avoid having a lot of files in Source/.

The files should be in the same path as "Dolphin_2010.sln" because

  • it means less navigation in explorer to run the most common files; "Dolphin_2010.sln", "build.debugfast.64.bat", "build.release.64.bat" from the same path
  • the files .bat, .proj, .sln have a common purpose (define the build) and should therefore be organised in the same folder
  • other have this opinion, f.e. the .bat and .sln is in the same path in https://github.com/mpc-hc/mpc-hc

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

1 participant