projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d71419
)
remove dependency on libFLAC
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 16 Mar 2001 00:46:41 +0000
(
00:46
+0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 16 Mar 2001 00:46:41 +0000
(
00:46
+0000)
src/metaflac/Makefile.vc
patch
|
blob
|
history
diff --git
a/src/metaflac/Makefile.vc
b/src/metaflac/Makefile.vc
index
50615de
..
239aefa
100644
(file)
--- a/
src/metaflac/Makefile.vc
+++ b/
src/metaflac/Makefile.vc
@@
-16,7
+16,7
@@
OBJS= $(C_FILES:.c=.obj)
all: metaflac.exe
\r
\r
metaflac.exe: $(OBJS)
\r
- link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS)
libFLAC.lib
\r
+ link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS)
\r
\r
clean:
\r
-del *.obj *.pch
\r