Skip to content

Commit c118506

Browse files
committed
update lib
1 parent 6c509fd commit c118506

12 files changed

Lines changed: 5 additions & 7 deletions

File tree

lib/3rdparty

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ifeq ($(UNAME_S), MINGW32_NT-6.1)
3636
LIBFFI = ./libcffi/libcffi.dll
3737
LIBGLFW = ./libglfw/libglfw.dll
3838
LIBGLES= ./libgl/libgles.dll
39+
LIBSOCKET=./libsocket/libsocket.dll
3940
LIBC=./libc/libc.dll
4041
endif
4142

@@ -95,5 +96,5 @@ android:
9596
@ndk-build -B V=1 NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk
9697
clean:
9798
@for n in $(SUB_DIR); do $(MAKE) -C $$n clean; done
98-
rm -rf libscm libglut boot libffi libgl libglfw 3rdparty
99+
rm -rf libscm libglut boot libcffi libgl libglfw 3rdparty
99100

lib/boot

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/libalut/libalut.dll

0 Bytes
Binary file not shown.

lib/libc/libc.dll

0 Bytes
Binary file not shown.

lib/libcffi

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/libgl

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/libglfw

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/libnanovg/libnanovg.dll

0 Bytes
Binary file not shown.

lib/libsocket/libsocket.dll

284 KB
Binary file not shown.

0 commit comments

Comments
 (0)