Skip to content

Commit 6854e48

Browse files
committed
Library
1 parent 489e9d9 commit 6854e48

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

_library/library.xml

+8-10
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
<variables>
2121
<variable cod="LIB_ACBR" val="c:\Projetos\_acbr\fontes" />
22-
<variable cod="LIB_COMPS" val="c:\Projetos\_comps" />
2322
<variable cod="LIB_INDY" val="c:\Projetos\_indy\Indy10" />
2423
<variable cod="LIB_REPORT" val="c:\Projetos\_report" />
2524
<variable cod="LIB_ZEOS" val="c:\Projetos\_zeos" />
25+
<variable cod="LIB_MORM" val="c:\Projetos\MORM\MORM.Delphi" />
2626
</variables>
2727

2828
<librarys>
@@ -57,15 +57,6 @@ $(LIB_ACBR)\Terceiros\JediWin32API;
5757
$(LIB_ACBR)\Terceiros\synalist;
5858
$(LIB_ACBR)\Terceiros\ZLibExGZ;
5959

60-
$(LIB_COMPS);
61-
$(LIB_COMPS)\classe;
62-
$(LIB_COMPS)\enum;
63-
$(LIB_COMPS)\model;
64-
$(LIB_COMPS)\report;
65-
$(LIB_COMPS)\repositorio;
66-
$(LIB_COMPS)\terceiro;
67-
$(LIB_COMPS)\view;
68-
6960
$(LIB_INDY)\Lib\System;
7061
$(LIB_INDY)\Lib\Core;
7162
$(LIB_INDY)\Lib\Protocols;
@@ -74,13 +65,20 @@ $(LIB_REPORT)\FastReport4\Completo\Source;
7465
$(LIB_REPORT)\FastReport4\Completo\LibD7;
7566
$(LIB_REPORT)\FortesReport;
7667
$(LIB_REPORT)\FortesReport-ce-master\Source;
68+
$(LIB_REPORT)\QuickReport_5;
7769

7870
$(LIB_ZEOS)\packages\delphi7;
7971
$(LIB_ZEOS)\src\component;
8072
$(LIB_ZEOS)\src\core;
8173
$(LIB_ZEOS)\src\dbc;
8274
$(LIB_ZEOS)\src\parsesql;
8375
$(LIB_ZEOS)\src\plain;
76+
77+
$(LIB_MORM)\Classes;
78+
$(LIB_MORM)\Comps;
79+
$(LIB_MORM)\Models;
80+
$(LIB_MORM)\Terceiros;
81+
$(LIB_MORM)\Utils;
8482
</librarys>
8583

8684
</doc>

0 commit comments

Comments
 (0)