diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-10-07 16:04:29 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-10-08 10:04:25 +0200 |
| commit | ed82a73dd3d0fbb9dd11dedc8f2e2dbbde57455e (patch) | |
| tree | 8c928a5c870ed2e7bfd489527ad5da2dbddc9084 /windows/nsis-plugins/src/cleanup | |
| parent | 2e30453af7d3ffe37d9064ae77e89a950fa51ffe (diff) | |
| download | mullvadvpn-ed82a73dd3d0fbb9dd11dedc8f2e2dbbde57455e.tar.xz mullvadvpn-ed82a73dd3d0fbb9dd11dedc8f2e2dbbde57455e.zip | |
Fix linker errors related to mullvad-nsis
mullvad-nsis is built in an empty project before 'log' and 'cleanup'
This fixes an issue where the lib could be rebuilt in one project
while the linker was running for the other project
Diffstat (limited to 'windows/nsis-plugins/src/cleanup')
| -rw-r--r-- | windows/nsis-plugins/src/cleanup/cleanup.vcxproj | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/windows/nsis-plugins/src/cleanup/cleanup.vcxproj b/windows/nsis-plugins/src/cleanup/cleanup.vcxproj index 6c1d4edb72..01aaa0946c 100644 --- a/windows/nsis-plugins/src/cleanup/cleanup.vcxproj +++ b/windows/nsis-plugins/src/cleanup/cleanup.vcxproj @@ -74,11 +74,6 @@ <IgnoreSpecificDefaultLibraries>libc.lib</IgnoreSpecificDefaultLibraries> <ModuleDefinitionFile>cleanup.def</ModuleDefinitionFile> </Link> - <PreBuildEvent> - <Command>powershell.exe -Command "& { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release -p mullvad-nsis }" -</Command> - <Message>Build mullvad-nsis library</Message> - </PreBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> @@ -106,11 +101,6 @@ <IgnoreSpecificDefaultLibraries>libc.lib</IgnoreSpecificDefaultLibraries> <ModuleDefinitionFile>cleanup.def</ModuleDefinitionFile> </Link> - <PreBuildEvent> - <Command>powershell.exe -Command "& { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release --locked -p mullvad-nsis }" -</Command> - <Message>Build mullvad-nsis library</Message> - </PreBuildEvent> </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="cleaningops.h" /> |
