Skip to content
Snippets Groups Projects
Commit 06cb47a5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove more build dependencies. Adjust warning text a bit.

parent f9e2ac1d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4762 failed
......@@ -24,7 +24,7 @@
int main(int argc, char** argv)
{
fprintf(stderr, "\nThe 'addfiles' utility has been deprecated and replaced by 'addfiles.js'\n");
fprintf(stderr, "\nThe Synchronet ADDFILES utility has been deprecated and replaced by 'addfiles.js'\n");
fprintf(stderr, "\nSee https://wiki.synchro.net/module:addfiles for details\n");
return EXIT_FAILURE;
}
......@@ -159,17 +159,6 @@
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\smblib\smblib.vcxproj">
<Project>{d674842b-2f41-42cb-9426-b3c4b0682574}</Project>
</ProjectReference>
<ProjectReference Include="..\xpdev\xpdev.vcxproj">
<Project>{7428a1e8-56b7-4868-9c0e-29d031689feb}</Project>
</ProjectReference>
<ProjectReference Include="load_cfg.vcxproj">
<Project>{08fc395f-bc60-499d-9ce9-170ed718bb94}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
......
......@@ -24,7 +24,7 @@
int main(int argc, char** argv)
{
fprintf(stderr, "\nThe 'delfiles' utility has been deprecated and replaced by 'delfiles.js'\n");
fprintf(stderr, "\nThe Synchronet DELFILES utility has been deprecated and replaced by 'delfiles.js'\n");
fprintf(stderr, "\nSee https://wiki.synchro.net/module:delfiles for details\n");
return EXIT_FAILURE;
}
......@@ -151,18 +151,6 @@
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\smblib\smblib.vcxproj">
<Project>{d674842b-2f41-42cb-9426-b3c4b0682574}</Project>
</ProjectReference>
<ProjectReference Include="..\xpdev\xpdev.vcxproj">
<Project>{7428a1e8-56b7-4868-9c0e-29d031689feb}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="load_cfg.vcxproj">
<Project>{08fc395f-bc60-499d-9ce9-170ed718bb94}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment