Commit f7ead2684d8dbed44a55d2e2ec7fde7748a9c1d2
1 parent
667b95b5
update of submodules and try to add xlib (the new name and location of calexium_lib)
Showing
5 changed files
with
7 additions
and
42 deletions
Show diff stats
.gitmodules
calexium_lib @ db28ee031cd
hayamiki_lib @ dc4137e5829
unit_test.aproj
| ... | ... | @@ -28,7 +28,6 @@ |
| 28 | 28 | </PropertyGroup> |
| 29 | 29 | <Import Project="$(AnubisBinPath)\Anubis.Build.targets" /> |
| 30 | 30 | <ItemGroup> |
| 31 | - <Folder Include="database" /> | |
| 32 | 31 | <Folder Include="library" /> |
| 33 | 32 | <Folder Include="library\charset" /> |
| 34 | 33 | <Folder Include="library\cipher" /> |
| ... | ... | @@ -66,29 +65,6 @@ |
| 66 | 65 | <Folder Include="library\widgets4" /> |
| 67 | 66 | <Folder Include="library\widgets4\images" /> |
| 68 | 67 | <Folder Include="library\xml" /> |
| 69 | - <Folder Include="mail" /> | |
| 70 | - <Folder Include="mail\lexers" /> | |
| 71 | - <Folder Include="net_services" /> | |
| 72 | - <Folder Include="net_services_protocols" /> | |
| 73 | - <Folder Include="asterisk" /> | |
| 74 | - <Folder Include="os_tools" /> | |
| 75 | - <Folder Include="os_tools\linux" /> | |
| 76 | - <Folder Include="os_tools\linux\config" /> | |
| 77 | - <Folder Include="unit_test" /> | |
| 78 | - <Folder Include="web" /> | |
| 79 | - <Compile Include="asterisk\ami.anubis" /> | |
| 80 | - <Compile Include="asterisk\ami_commands.anubis" /> | |
| 81 | - <Compile Include="asterisk\ami_types.anubis" /> | |
| 82 | - <Compile Include="database\alter_table.anubis" /> | |
| 83 | - <Compile Include="database\db_types.anubis" /> | |
| 84 | - <Compile Include="database\db_utils.anubis" /> | |
| 85 | - <Compile Include="database\migration.anubis" /> | |
| 86 | - <Compile Include="database\migration_common.anubis" /> | |
| 87 | - <Compile Include="database\migration_common_sqlite3.anubis" /> | |
| 88 | - <Compile Include="database\migration_sqlite3.anubis" /> | |
| 89 | - <Compile Include="database\settings.anubis" /> | |
| 90 | - <Compile Include="database\settings_sqlite3.anubis" /> | |
| 91 | - <Compile Include="database\sqlite_foreign_key.anubis" /> | |
| 92 | 68 | <Compile Include="library\charset\charset_decoder.anubis" /> |
| 93 | 69 | <Compile Include="library\charset\iso2022_jp_decoder.anubis" /> |
| 94 | 70 | <Compile Include="library\cipher\base64.anubis" /> |
| ... | ... | @@ -379,22 +355,6 @@ |
| 379 | 355 | <Compile Include="library\widgets4\window_test.anubis" /> |
| 380 | 356 | <Compile Include="library\xml\basic_xml_parser.anubis" /> |
| 381 | 357 | <Compile Include="library\xml\xml_parser.apg.anubis" /> |
| 382 | - <Compile Include="mail\authentication.anubis" /> | |
| 383 | - <Compile Include="mail\lexers\enhanced_status.anubis" /> | |
| 384 | - <Compile Include="mail\send_mail.anubis" /> | |
| 385 | - <Compile Include="mail\smtp_client.anubis" /> | |
| 386 | - <Compile Include="mail\smtp_server_extensions.anubis" /> | |
| 387 | - <Compile Include="net_services\CXM_generic_client.anubis" /> | |
| 388 | - <Compile Include="net_services\CXM_generic_protocol.anubis" /> | |
| 389 | - <Compile Include="net_services\CXM_net_services.anubis" /> | |
| 390 | - <Compile Include="net_services_protocols\ftp_client.anubis" /> | |
| 391 | - <Compile Include="net_services_protocols\logger_service.anubis" /> | |
| 392 | - <Compile Include="net_services_protocols\pkg_updater_protocol.anubis" /> | |
| 393 | - <Compile Include="os_tools\linux\config\network_interface_file.anubis" /> | |
| 394 | - <Compile Include="unit_test\xml_rpc.unit_test.anubis" /> | |
| 395 | - <Compile Include="web\CXM_xml_rpc.anubis" /> | |
| 396 | - <Compile Include="web\CXM_xml_rpc_parser.anubis" /> | |
| 397 | - <Compile Include="web\CXM_xml_rpc_types.anubis" /> | |
| 398 | 358 | <None Include="library\compile_all.inproj" /> |
| 399 | 359 | <None Include="library\examples\determinism.anubis.c" /> |
| 400 | 360 | <None Include="library\examples\for_loop.anubis.c" /> | ... | ... |