add new/missing files

This commit is contained in:
Josh Coalson
2003-01-10 05:39:00 +00:00
parent d060947ce9
commit 26dff91df1
8 changed files with 32 additions and 6 deletions

View File

@@ -37,6 +37,8 @@ test_libOggFLAC___SOURCES = \
encoders.cpp \
file_utils.c \
main.cpp \
metadata_utils.c \
decoders.h \
encoders.h \
file_utils.h
file_utils.h \
metadata_utils.h

View File

@@ -25,10 +25,12 @@ PROGRAM_NAME = test_libOggFLAC++
#@@@ TODO: conditionalize ogg lib path and -logg
INCLUDES = -I$(topdir)/include
LIBS = -lgrabbag -lgain_analysis -lOggFLAC++ -lOggFLAC -lFLAC -L$(HOME)/local/lib -logg -lm
SRCS_C = \
file_utils.c \
metadata_utils.c
SRCS_CPP = \
decoders.cpp \
encoders.cpp \
file_utils.cpp \
main.cpp
include $(topdir)/build/exe.mk

View File

@@ -36,7 +36,8 @@ SUFFIXES = .cpp
!endif
C_FILES= \
file_utils.c
file_utils.c \
metadata_utils.c
CPP_FILES= \
decoders.cpp \

View File

@@ -103,6 +103,10 @@ SOURCE=.\file_utils.c
SOURCE=.\main.cpp
# End Source File
# Begin Source File
SOURCE=.\metadata_utils.c
# End Source File
# End Group
# Begin Group "Header Files"
@@ -119,6 +123,10 @@ SOURCE=.\encoders.h
SOURCE=.\file_utils.h
# End Source File
# Begin Source File
SOURCE=.\metadata_utils.h
# End Source File
# End Group
# Begin Source File