File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 19
19
20
20
<variables >
21
21
<variable cod =" LIB_ACBR" val =" c:\Projetos\_acbr\fontes" />
22
- <variable cod =" LIB_COMPS" val =" c:\Projetos\_comps" />
23
22
<variable cod =" LIB_INDY" val =" c:\Projetos\_indy\Indy10" />
24
23
<variable cod =" LIB_REPORT" val =" c:\Projetos\_report" />
25
24
<variable cod =" LIB_ZEOS" val =" c:\Projetos\_zeos" />
25
+ <variable cod =" LIB_MORM" val =" c:\Projetos\MORM\MORM.Delphi" />
26
26
</variables >
27
27
28
28
<librarys >
@@ -57,15 +57,6 @@ $(LIB_ACBR)\Terceiros\JediWin32API;
57
57
$(LIB_ACBR)\Terceiros\synalist;
58
58
$(LIB_ACBR)\Terceiros\ZLibExGZ;
59
59
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
-
69
60
$(LIB_INDY)\Lib\System;
70
61
$(LIB_INDY)\Lib\Core;
71
62
$(LIB_INDY)\Lib\Protocols;
@@ -74,13 +65,20 @@ $(LIB_REPORT)\FastReport4\Completo\Source;
74
65
$(LIB_REPORT)\FastReport4\Completo\LibD7;
75
66
$(LIB_REPORT)\FortesReport;
76
67
$(LIB_REPORT)\FortesReport-ce-master\Source;
68
+ $(LIB_REPORT)\QuickReport_5;
77
69
78
70
$(LIB_ZEOS)\packages\delphi7;
79
71
$(LIB_ZEOS)\src\component;
80
72
$(LIB_ZEOS)\src\core;
81
73
$(LIB_ZEOS)\src\dbc;
82
74
$(LIB_ZEOS)\src\parsesql;
83
75
$(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;
84
82
</librarys >
85
83
86
84
</doc >
You can’t perform that action at this time.
0 commit comments