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

Move the IRC library outside the custom folder.

This commit is contained in:
Sandu Liviu Catalin
2015-11-08 07:26:46 +02:00
parent c070c7acc8
commit e1db16d3ec
3 changed files with 6 additions and 6 deletions

View File

@ -202,8 +202,8 @@
<Unit filename="../source/Library/Hashing.hpp" />
<Unit filename="../source/Library/INI.cpp" />
<Unit filename="../source/Library/INI.hpp" />
<Unit filename="../source/Library/IRC/Session.cpp" />
<Unit filename="../source/Library/IRC/Session.hpp" />
<Unit filename="../source/Library/IRC.cpp" />
<Unit filename="../source/Library/IRC.hpp" />
<Unit filename="../source/Library/JSON.cpp" />
<Unit filename="../source/Library/JSON.hpp" />
<Unit filename="../source/Library/LongInt.cpp" />