1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-01 06:27:11 +02:00

Avoid sharing the same source file between multiple projects where there's a possibility that with each project object generated by the the source file could have a diffrent code used by other sources from the project.

Which can lead to undefined link time errors (at best) or run-time crashes (at worst).
This commit is contained in:
Sandu Liviu Catalin
2016-06-20 16:17:03 +03:00
parent ad55025bc8
commit 3a8d4952c1
12 changed files with 11 additions and 9 deletions

View File

@ -439,7 +439,7 @@
<Unit filename="../modules/irc/Session.hpp" />
<Unit filename="../shared/Base/Buffer.cpp" />
<Unit filename="../shared/Base/Buffer.hpp" />
<Unit filename="../shared/Base/Utility.cpp" />
<Unit filename="../shared/Base/Module.cpp" />
<Unit filename="../shared/Base/Utility.hpp" />
<Unit filename="../shared/SqMod.cpp" />
<Extensions>