minor changes

main
Vladyslav Hrytsenko 2024-08-02 20:11:11 +03:00
parent dbb11d46e2
commit 0536d99b80
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ tools/assimp/
v4k.code-workspace v4k.code-workspace
tests/out tests/out
tests/diff tests/diff
mtb.ini

View File

@ -222,6 +222,7 @@ if [ "$(uname)" = "Darwin" ]; then
export args="-w -Iengine/ -framework cocoa -framework iokit -framework CoreFoundation -framework CoreAudio -framework AudioToolbox $args $flags" export args="-w -Iengine/ -framework cocoa -framework iokit -framework CoreFoundation -framework CoreAudio -framework AudioToolbox $args $flags"
echo build=$build, type=$dll, cc=$cc, args=$args echo build=$build, type=$dll, cc=$cc, args=$args
if [ ! -f libv4k.dylib ]; then
# framework (as dynamic library) # framework (as dynamic library)
if [ "$dll" = "dll" ]; then if [ "$dll" = "dll" ]; then
echo libv4k && cc -ObjC -dynamiclib -o libv4k.dylib engine/v4k.c $flags $args echo libv4k && cc -ObjC -dynamiclib -o libv4k.dylib engine/v4k.c $flags $args
@ -232,6 +233,7 @@ if [ "$(uname)" = "Darwin" ]; then
echo v4k && cc -c -ObjC engine/v4k.c $flags $args echo v4k && cc -c -ObjC engine/v4k.c $flags $args
export import=v4k.o export import=v4k.o
fi fi
fi
# User-defined apps # User-defined apps
if [ -n "$app" ]; then if [ -n "$app" ]; then

2
depot

@ -1 +1 @@
Subproject commit 5a2109c4808447e9876281b6819b6796f1031ee4 Subproject commit 4ac9fbf54db91950d001d6f1f92e4a1bf08fd16d