Add wizapp stdlib as submodule
This commit is contained in:
parent
ad9382c3fd
commit
02f081bf40
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "intern/wizapp"]
|
||||||
|
path = intern/wizapp
|
||||||
|
url = https://git.thewizardapprentice.com/abdelrahman/wizapp-stdlib.git
|
11
compile
11
compile
@ -2,9 +2,18 @@
|
|||||||
|
|
||||||
CC=clang
|
CC=clang
|
||||||
CFLAGS="-g -Wall -Werror -pedantic -fsanitize=address -fsanitize=undefined"
|
CFLAGS="-g -Wall -Werror -pedantic -fsanitize=address -fsanitize=undefined"
|
||||||
INCLUDES="-Isrc"
|
INCLUDES="\
|
||||||
|
-Isrc \
|
||||||
|
-Iintern/wizapp/aliases \
|
||||||
|
-Iintern/wizapp/cpath/include \
|
||||||
|
-Iintern/wizapp/dstr/include \
|
||||||
|
$(find intern/wizapp/mem/include -type d | xargs -I{} echo -n "-I{} ") \
|
||||||
|
"
|
||||||
SRC="\
|
SRC="\
|
||||||
./src/*.c \
|
./src/*.c \
|
||||||
|
intern/wizapp/cpath/src/*.c \
|
||||||
|
intern/wizapp/dstr/src/*.c \
|
||||||
|
intern/wizapp/mem/src/*/*.c \
|
||||||
"
|
"
|
||||||
OUT=tiffread
|
OUT=tiffread
|
||||||
|
|
||||||
|
1
intern/wizapp
Submodule
1
intern/wizapp
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit be64571b0ec136fa785f02acca555e2f03dbd02d
|
Loading…
Reference in New Issue
Block a user