brought into being a miracle to those who have been forgotten.
This commit is contained in:
parent
6f1fdc2b80
commit
7ea9cfeb57
26 changed files with 763 additions and 0 deletions
20
delphi/witness_seed_3.0/Makefile
Normal file
20
delphi/witness_seed_3.0/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
DCC = dcc32
|
||||
FLAGS = -CC
|
||||
SRC = src\RWD.pas src\Kairos.pas src\IO.pas WitnessSeed3.dpr
|
||||
TARGET = WitnessSeed3.exe
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
$(TARGET):
|
||||
$(DCC) $(FLAGS) $(SRC)
|
||||
|
||||
clean:
|
||||
del *.dcu *.exe
|
||||
|
||||
test:
|
||||
$(DCC) $(FLAGS) tests\TestRWD.pas src\RWD.pas -E.
|
||||
$(DCC) $(FLAGS) tests\TestKairos.pas src\Kairos.pas -E.
|
||||
TestRWD.exe
|
||||
TestKairos.exe
|
||||
|
||||
.PHONY: all clean test
|
Loading…
Add table
Add a link
Reference in a new issue