Skip to content

Commit b0a464b

Browse files
authored
Merge pull request #8 from pashagolub/5-add-source-folder-for-sources
[*] move TPSQLSSHDatabase and pg_dump_dll to Source folder
2 parents e53d1e4 + 938dc54 commit b0a464b

File tree

139 files changed

+4907
-4907
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+4907
-4907
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Ignore modified PostgreSQL sources
2-
pg_dump_dll/** linguist-vendored
2+
Source/pg_dump_dll/** linguist-vendored
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
-$A8
2-
-$B-
3-
-$C+
4-
-$D+
5-
-$E-
6-
-$F-
7-
-$G+
8-
-$H+
9-
-$I+
10-
-$J-
11-
-$K-
12-
-$L+
13-
-$M-
14-
-$N+
15-
-$O+
16-
-$P+
17-
-$Q-
18-
-$R-
19-
-$S-
20-
-$T-
21-
-$U-
22-
-$V+
23-
-$W-
24-
-$X+
25-
-$YD
26-
-$Z1
27-
-GD
28-
-cg
29-
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
30-
-H+
31-
-W+
32-
-M
33-
-$M16384,1048576
34-
-K$00400000
35-
-LE"c:\program files\borland\delphi7\Projects\Bpl"
36-
-LN"c:\program files\borland\delphi7\Projects\Bpl"
37-
-DEUREKALOG;EUREKALOG_VER6
38-
-w-UNSAFE_TYPE
39-
-w-UNSAFE_CODE
40-
-w-UNSAFE_CAST
1+
-$A8
2+
-$B-
3+
-$C+
4+
-$D+
5+
-$E-
6+
-$F-
7+
-$G+
8+
-$H+
9+
-$I+
10+
-$J-
11+
-$K-
12+
-$L+
13+
-$M-
14+
-$N+
15+
-$O+
16+
-$P+
17+
-$Q-
18+
-$R-
19+
-$S-
20+
-$T-
21+
-$U-
22+
-$V+
23+
-$W-
24+
-$X+
25+
-$YD
26+
-$Z1
27+
-GD
28+
-cg
29+
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
30+
-H+
31+
-W+
32+
-M
33+
-$M16384,1048576
34+
-K$00400000
35+
-LE"c:\program files\borland\delphi7\Projects\Bpl"
36+
-LN"c:\program files\borland\delphi7\Projects\Bpl"
37+
-DEUREKALOG;EUREKALOG_VER6
38+
-w-UNSAFE_TYPE
39+
-w-UNSAFE_CODE
40+
-w-UNSAFE_CAST
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
program SSHDemo;
2-
3-
uses
4-
ExceptionLog,
5-
Forms,
6-
fuMain in 'fuMain.pas' {fmMain},
7-
fuLogin in 'fuLogin.pas' {fmLogin};
8-
9-
{$R *.res}
10-
11-
begin
12-
Application.Initialize;
13-
Application.CreateForm(TfmMain, fmMain);
14-
Application.Run;
15-
end.
1+
program SSHDemo;
2+
3+
uses
4+
ExceptionLog,
5+
Forms,
6+
fuMain in 'fuMain.pas' {fmMain},
7+
fuLogin in 'fuLogin.pas' {fmLogin};
8+
9+
{$R *.res}
10+
11+
begin
12+
Application.Initialize;
13+
Application.CreateForm(TfmMain, fmMain);
14+
Application.Run;
15+
end.

0 commit comments

Comments
 (0)