GUECS: Minimal components from zedcaster that will let me make a GUI for a game.
This commit is contained in:
parent
10ecf50bc0
commit
1be770d62d
28 changed files with 2528 additions and 30 deletions
9
Makefile
9
Makefile
|
@ -6,7 +6,10 @@ reset:
|
|||
patch:
|
||||
powershell "cp ./patches/process.h ./subprojects/libgit2-1.9.0/src/util/process.h"
|
||||
|
||||
build:
|
||||
%.cpp : %.rl
|
||||
ragel -o $@ $<
|
||||
|
||||
build: lel_parser.cpp
|
||||
meson compile -C builddir
|
||||
|
||||
config:
|
||||
|
@ -19,10 +22,10 @@ test: build
|
|||
install: build test
|
||||
powershell "cp ./builddir/subprojects/libgit2-1.9.0/liblibgit2package.dll ."
|
||||
powershell "cp ./builddir/subprojects/efsw/libefsw.dll ."
|
||||
powershell "cp builddir/escape_turings_tarpit.exe ."
|
||||
powershell "cp builddir/ttpit.exe ."
|
||||
|
||||
run: install
|
||||
./escape_turings_tarpit.exe
|
||||
./ttpit.exe
|
||||
|
||||
clean:
|
||||
meson compile --clean -C builddir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue