Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
eb3c586a
Commit
eb3c586a
authored
Nov 19, 2002
by
Josh Coalson
Browse files
add cuesheet.c
parent
e6abfdba
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/share/grabbag/Makefile.am
View file @
eb3c586a
...
...
@@ -7,6 +7,7 @@ INCLUDES = -I$(top_srcdir)/include
noinst_LIBRARIES
=
libgrabbag.a
libgrabbag_a_SOURCES
=
\
cuesheet.c
\
file.c
\
replaygain.c
\
seektable.c
...
...
src/share/grabbag/Makefile.lite
View file @
eb3c586a
...
...
@@ -8,6 +8,7 @@ LIB_NAME = libgrabbag
INCLUDES
=
-I
$(topdir)
/include
OBJS
=
\
cuesheet.o
\
file.o
\
replaygain.o
\
seektable.o
...
...
src/share/grabbag/Makefile.vc
View file @
eb3c586a
...
...
@@ -9,6 +9,7 @@
!endif
C_FILES
=
\
cuesheet.c
\
file.c
\
replaygain.c
\
seektable.c
...
...
src/share/grabbag/grabbag.dsp
View file @
eb3c586a
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment