- added wav to build system

- fixed data types

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/wav@959 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-13 15:58:57 +00:00
parent b0d1ac6057
commit 81f11c4d5e
5 changed files with 137 additions and 128 deletions
+9
View File
@@ -0,0 +1,9 @@
include ./config.mk
NAME := Wav
GCC_SRCS := $(LIBSRC_PATH)/wav/wav.c
INCLUDES += -I $(LIBSRC_PATH)
include $(MAKE_HOME)/compile.mk