diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-28 23:21:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 23:21:08 (GMT) |
commit | bad86a621af61f383b9f06fe4a08f66245df99e2 (patch) | |
tree | 0d52b1d9356c9cd73947db5a63d9829f9c5af2f4 /PCbuild/pywlauncher.vcxproj | |
parent | 5c30388f3c586ba2f33e349e22e5949cb92de621 (diff) | |
download | cpython-bad86a621af61f383b9f06fe4a08f66245df99e2.zip cpython-bad86a621af61f383b9f06fe4a08f66245df99e2.tar.gz cpython-bad86a621af61f383b9f06fe4a08f66245df99e2.tar.bz2 |
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Diffstat (limited to 'PCbuild/pywlauncher.vcxproj')
-rw-r--r-- | PCbuild/pywlauncher.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pywlauncher.vcxproj b/PCbuild/pywlauncher.vcxproj index 44e3fc2..e50b69a 100644 --- a/PCbuild/pywlauncher.vcxproj +++ b/PCbuild/pywlauncher.vcxproj @@ -95,12 +95,12 @@ <RuntimeLibrary>MultiThreaded</RuntimeLibrary> </ClCompile> <Link> - <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>shell32.lib;pathcch.lib;%(AdditionalDependencies)</AdditionalDependencies> <SubSystem>Windows</SubSystem> </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="..\PC\launcher.c" /> + <ClCompile Include="..\PC\launcher2.c" /> </ItemGroup> <ItemGroup> <None Include="..\PC\launcher.ico" /> |