Skip to content

Commit f242db6

Browse files
committed
Add previously uncommitted changes from svn-era, reshuffle
1 parent d2487e3 commit f242db6

File tree

125 files changed

+9697
-9695
lines changed

Some content is hidden

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

125 files changed

+9697
-9695
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.dfm -text diff

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.idea
2+
*.dcu
3+
*.~*

PetzA/trunk/MakeIt.bat

-2
This file was deleted.
File renamed without changes.

art/STB_0147.JPG

1.23 MB
Loading

art/adoptcenter.jpg

63 KB
Loading
File renamed without changes.
File renamed without changes.

art/bws.bmp

4.3 KB
Binary file not shown.

art/calico.gif

1.37 KB
Loading

art/familytree.bmp

12.1 KB
Binary file not shown.

art/siamese.bmp

12.1 KB
Binary file not shown.

art/tabby.gif

1.69 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

PetzA/trunk/makefile makefile

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
madcollection = D:\Program Files\MadCollection
2-
3-
radprojects = D:\Documents and Settings\Nicholas Sherlock\My Documents\RAD Studio\Projects
4-
5-
delphi5projects = C:\Program Files\Borland\Delphi5\Projects
6-
7-
delphi5paths = $(delphi5projects)\stubby;$(delphi5projects)\cipher\Dec\Source;$(delphi5projects)\dimime\Source;$(delphi5projects)\versioninfo;$(delphi5projects)\sherlocksoftware
8-
9-
sourcepath = $(delphi5paths);$(madcollection)\madExcept\dexter;$(madcollection)\madBasic\dexter;$(madcollection)\madDisAsm\dexter;$(madcollection)\madKernel\dexter;$(radprojects)\graphics32;$(radprojects)\g32interface;$(radprojects)\gif;$(radprojects)\pngobject;$(radprojects)\XML Parser
10-
11-
build : petzasetup.iss build/PetzAHelp.chm build/PetzA.toy build/verify.dll proficons/*
12-
ISCC petzasetup.iss /q
13-
14-
build/PetzAHelp.chm : helpndoc/PetzAHelp.hnd
15-
helpndoc "$(realpath helpndoc\PetzAHelp.hnd)" /c /sxc /oxc="$@"
16-
17-
build/verify.dll : source/Verify.dpr
18-
cd source && dcc32 -Q -E../build -B Verify.dpr
19-
20-
build/PetzA.toy : source/petzaunit.pas source/petza.dpr source/petza.dproj
21-
cd source && dcc32 -Q -E../build -B -U"$(sourcepath)" -I"$(sourcepath)" PetzA.dpr
22-
/cygdrive/d/Program\ Files/madCollection/madExcept/Tools/madExceptPatch.exe build/petza.toy source/petza.mes
23-
24-
clean :
1+
madcollection = D:\Program Files\MadCollection
2+
3+
radprojects = D:\Documents and Settings\Nicholas Sherlock\My Documents\RAD Studio\Projects
4+
5+
delphi5projects = C:\Program Files\Borland\Delphi5\Projects
6+
7+
delphi5paths = $(delphi5projects)\stubby;$(delphi5projects)\cipher\Dec\Source;$(delphi5projects)\dimime\Source;$(delphi5projects)\versioninfo;$(delphi5projects)\sherlocksoftware
8+
9+
sourcepath = $(delphi5paths);$(madcollection)\madExcept\dexter;$(madcollection)\madBasic\dexter;$(madcollection)\madDisAsm\dexter;$(madcollection)\madKernel\dexter;$(radprojects)\graphics32;$(radprojects)\g32interface;$(radprojects)\gif;$(radprojects)\pngobject;$(radprojects)\XML Parser
10+
11+
build : petzasetup.iss build/PetzAHelp.chm build/PetzA.toy build/verify.dll proficons/*
12+
ISCC petzasetup.iss /q
13+
14+
build/PetzAHelp.chm : helpndoc/PetzAHelp.hnd
15+
helpndoc "$(realpath helpndoc\PetzAHelp.hnd)" /c /sxc /oxc="$@"
16+
17+
build/verify.dll : source/Verify.dpr
18+
cd source && dcc32 -Q -E../build -B Verify.dpr
19+
20+
build/PetzA.toy : source/petzaunit.pas source/petza.dpr source/petza.dproj
21+
cd source && dcc32 -Q -E../build -B -U"$(sourcepath)" -I"$(sourcepath)" PetzA.dpr
22+
/cygdrive/d/Program\ Files/madCollection/madExcept/Tools/madExceptPatch.exe build/petza.toy source/petza.mes
23+
24+
clean :
2525
rm build/*

0 commit comments

Comments
 (0)