Skip to content

Commit

Permalink
Merge pull request #8 from pashagolub/5-add-source-folder-for-sources
Browse files Browse the repository at this point in the history
[*] move TPSQLSSHDatabase and pg_dump_dll to Source folder
  • Loading branch information
pashagolub authored Jul 28, 2022
2 parents e53d1e4 + 938dc54 commit b0a464b
Show file tree
Hide file tree
Showing 139 changed files with 4,907 additions and 4,907 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Ignore modified PostgreSQL sources
pg_dump_dll/** linguist-vendored
Source/pg_dump_dll/** linguist-vendored
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-GD
-cg
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
-H+
-W+
-M
-$M16384,1048576
-K$00400000
-LE"c:\program files\borland\delphi7\Projects\Bpl"
-LN"c:\program files\borland\delphi7\Projects\Bpl"
-DEUREKALOG;EUREKALOG_VER6
-w-UNSAFE_TYPE
-w-UNSAFE_CODE
-w-UNSAFE_CAST
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-GD
-cg
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
-H+
-W+
-M
-$M16384,1048576
-K$00400000
-LE"c:\program files\borland\delphi7\Projects\Bpl"
-LN"c:\program files\borland\delphi7\Projects\Bpl"
-DEUREKALOG;EUREKALOG_VER6
-w-UNSAFE_TYPE
-w-UNSAFE_CODE
-w-UNSAFE_CAST
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
program SSHDemo;

uses
ExceptionLog,
Forms,
fuMain in 'fuMain.pas' {fmMain},
fuLogin in 'fuLogin.pas' {fmLogin};

{$R *.res}

begin
Application.Initialize;
Application.CreateForm(TfmMain, fmMain);
Application.Run;
end.
program SSHDemo;

uses
ExceptionLog,
Forms,
fuMain in 'fuMain.pas' {fmMain},
fuLogin in 'fuLogin.pas' {fmLogin};

{$R *.res}

begin
Application.Initialize;
Application.CreateForm(TfmMain, fmMain);
Application.Run;
end.
File renamed without changes.
Loading

0 comments on commit b0a464b

Please sign in to comment.