Restructing the source layout to make it nicer.
This commit is contained in:
parent
fff182b457
commit
cc3bb171e1
14 changed files with 166 additions and 33 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
all: build test
|
||||
|
||||
patch:
|
||||
cp .\patches\process.h .\subprojects\libgit2-1.8.1\src\util\process.h
|
||||
powershell "cp ./patches/process.h ./subprojects/libgit2-1.8.1/src/util/process.h"
|
||||
|
||||
build:
|
||||
meson compile -j 4 -C builddir
|
||||
|
@ -11,6 +11,8 @@ test:
|
|||
|
||||
# make an install for real maybe copy dll and .exe to dir and zip?
|
||||
install: build test
|
||||
powershell "cp ./builddir/subprojects/libgit2-1.8.1/liblibgit2package.dll ."
|
||||
powershell "cp ./builddir/subprojects/efsw/libefsw.dll ."
|
||||
powershell "cp builddir/escape_turings_tarpit.exe ."
|
||||
|
||||
run: install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue