mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
get Makefile.vc system working again with new debug/release dirs and static/dynamic targets
This commit is contained in:
@@ -15,11 +15,11 @@ C_FILES= \
|
||||
|
||||
OBJS= $(C_FILES:.c=.obj)
|
||||
|
||||
all: utf8.lib
|
||||
all: utf8_static.lib
|
||||
|
||||
utf8.lib: $(UTF8_OBJS)
|
||||
link.exe -lib /nodefaultlib -out:../../../obj/lib/$*.lib $(UTF8_OBJS)
|
||||
utf8_static.lib: $(OBJS)
|
||||
link.exe -lib /nodefaultlib -out:../../../obj/release/lib/$*.lib $(OBJS)
|
||||
|
||||
clean:
|
||||
-del *.obj *.pch
|
||||
-del ..\..\..\obj\lib\utf8.lib ..\..\..\obj\lib\utf8.pdb
|
||||
-del ..\..\..\obj\release\lib\utf8_static.lib ..\..\..\obj\release\lib\utf8_static.pdb
|
||||
|
||||
Reference in New Issue
Block a user