add cuesheet.c

This commit is contained in:
Josh Coalson
2002-11-19 06:16:08 +00:00
parent e6abfdba4e
commit eb3c586a01
4 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ INCLUDES = -I$(top_srcdir)/include
noinst_LIBRARIES = libgrabbag.a
libgrabbag_a_SOURCES = \
cuesheet.c \
file.c \
replaygain.c \
seektable.c

View File

@@ -8,6 +8,7 @@ LIB_NAME = libgrabbag
INCLUDES = -I$(topdir)/include
OBJS = \
cuesheet.o \
file.o \
replaygain.o \
seektable.o

View File

@@ -9,6 +9,7 @@
!endif
C_FILES= \
cuesheet.c \
file.c \
replaygain.c \
seektable.c

View File

@@ -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