-
Notifications
You must be signed in to change notification settings - Fork 170
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
Update VS projects #47
Conversation
Sync to the original repo
Wow, thanks for all the work! I don't use Visual Studio, so a couple of quick questions to better understand your intent here:
|
@rillian agree with your opinion. CMake is a better way, while win32 folder is out of date. Why not consider about removing win32 folder? |
@rillian Maintaining three project files is a little too much, I agree. They basically all the same. Should I just leave VS2015 project or remove win32 folder completely and rely on CMake? I think the second variant is more preferable. |
Ok great. How about:
- For this PR, just leave the VS2015 project file. I'll merge that for the
1.3.4 release next week.
- Prepare another PR which removes the win32 folder entirely. I'll merge
that after 1.3.4 is out.
That way there's at least one release where the Visual Studio project files
are marked deprecated.
Sound reasonable?
…On Fri, 23 Aug 2019 at 04:30, Eugene Opalev ***@***.***> wrote:
@rillian <https://github.com/rillian> Maintaining three project files is
a little too much, I agree. They basically all the same. Should I just
leave VS2015 project or remove win32 folder completely and rely on CMake? I
think the second variant is more preferable.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#47?email_source=notifications&email_token=AABW6TRYMHT4CHGBAVLGR53QF6U3RA5CNFSM4HBK6OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD47VTDI#issuecomment-524245389>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABW6TXJUHD7USMXIYVLMLLQF6U3RANCNFSM4HBK6OWQ>
.
|
Agree. It is a reasonable way of leaving some time for vs develops who use win32 to transfer to cmake, |
@rillian Removed VS2017 and VS2019 projects. Also removed DLL configurations from appveyor.yml. Don't think that setup complex build matrix with DLLs for VS project is a good idea if it will be removed anyway. |
I've rebased and and pushed as 6d55ddf. Thanks for the cleanup! |
Changes summary:
Now you can build libogg on Windows out of the box without any problems.