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
c5db6a04
Commit
c5db6a04
authored
Mar 16, 2001
by
Josh Coalson
Browse files
remove dependency on libFLAC
parent
5d714193
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/metaflac/Makefile.vc
View file @
c5db6a04
...
...
@@ -16,7 +16,7 @@ OBJS= $(C_FILES:.c=.obj)
all
:
metaflac.exe
metaflac.exe
:
$(OBJS)
link.exe /libpath:
"..
\.
.
\o
bj
\l
ib"
-out
:../../obj/bin/
$*
.exe
$(OBJS)
libFLAC.lib
link.exe /libpath:
"..
\.
.
\o
bj
\l
ib"
-out
:../../obj/bin/
$*
.exe
$(OBJS)
clean
:
-
del
*
.obj
*
.pch
...
...
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