-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from pashagolub/5-add-source-folder-for-sources
[*] move TPSQLSSHDatabase and pg_dump_dll to Source folder
- Loading branch information
Showing
139 changed files
with
4,907 additions
and
4,907 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
80 changes: 40 additions & 40 deletions
80
TPSQLSSHDatabase/DEMO/SSHDemo.cfg → Source/TPSQLSSHDatabase/DEMO/SSHDemo.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
30 changes: 15 additions & 15 deletions
30
TPSQLSSHDatabase/DEMO/SSHDemo.dpr → Source/TPSQLSSHDatabase/DEMO/SSHDemo.dpr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.