Skip to content

Commit

Permalink
Release build infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
20kdc committed Jun 17, 2022
1 parent abddfd6 commit 5e89d8e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ INTERMEDIATES :=

all:

rel: COPYING.txt README.md
echo `date +%s` > bin/release-id.txt
rm -f bin/release.zip
zip bin/release.zip $^
cd bin ; zip release.zip release-id.txt

include colour-depth-fix/index.mk
include caosproxy/index.mk

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ I'm in no way affiliated with Creature Labs, this is all unofficial, and it migh

## Contents

+ bin: Binaries are placed here.
+ caosproxy: specification for OS-independent and easier to access interconnect between tooling & the game
+ colour-depth-fix: improves Linux & Mac compatibilty of Docking Station through renderer patching

Expand Down
2 changes: 2 additions & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
*.dll
*.o
*.obj
release-id.txt
release.zip

1 change: 1 addition & 0 deletions caosproxy/index.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
all: bin/caosprox.exe
rel: bin/caosprox.exe caosproxy/spec.txt caosproxy/caosterm.py

INTERMEDIATES += bin/caosprox.exe bin/caospres.o

Expand Down
1 change: 1 addition & 0 deletions colour-depth-fix/index.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
all: bin/ddrhk.dll bin/ddrhk.exe
rel: bin/ddrhk.dll bin/ddrhk.exe colour-depth-fix/README.md

INTERMEDIATES += bin/ddrhk.dll bin/dscf_a.obj bin/ddrhk.exe

Expand Down

0 comments on commit 5e89d8e

Please sign in to comment.