summaryrefslogtreecommitdiffhomepage
path: root/windows/nsis-plugins/src/cleanup
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-10-07 16:04:29 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-10-08 10:04:25 +0200
commited82a73dd3d0fbb9dd11dedc8f2e2dbbde57455e (patch)
tree8c928a5c870ed2e7bfd489527ad5da2dbddc9084 /windows/nsis-plugins/src/cleanup
parent2e30453af7d3ffe37d9064ae77e89a950fa51ffe (diff)
downloadmullvadvpn-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.vcxproj10
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 "&amp; { 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 "&amp; { 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" />