mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add cuesheet.c
This commit is contained in:
@@ -7,6 +7,7 @@ INCLUDES = -I$(top_srcdir)/include
|
||||
noinst_LIBRARIES = libgrabbag.a
|
||||
|
||||
libgrabbag_a_SOURCES = \
|
||||
cuesheet.c \
|
||||
file.c \
|
||||
replaygain.c \
|
||||
seektable.c
|
||||
|
||||
@@ -8,6 +8,7 @@ LIB_NAME = libgrabbag
|
||||
INCLUDES = -I$(topdir)/include
|
||||
|
||||
OBJS = \
|
||||
cuesheet.o \
|
||||
file.o \
|
||||
replaygain.o \
|
||||
seektable.o
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
!endif
|
||||
|
||||
C_FILES= \
|
||||
cuesheet.c \
|
||||
file.c \
|
||||
replaygain.c \
|
||||
seektable.c
|
||||
|
||||
@@ -92,6 +92,10 @@ LINK32=link.exe
|
||||
# PROP Default_Filter "c"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\cuesheet.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\file.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
Reference in New Issue
Block a user