-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cpp] on windows, whenever you invoke a linker/archiver, it will firs…
…t attempt to find and call vcvars64.bat. this should fail silently if you dont have visual studio iinstalled (although will instead fail to find link.exe). in this case, you should explicitly specify the linker you want via -l. this means that you can now use visual studio stuff with psyc and it will automatically call vcvarsxyz.bat instead of you having to do it in a vc terminal
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters