mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
initial import
This commit is contained in:
11
Makefile.vc
Normal file
11
Makefile.vc
Normal file
@@ -0,0 +1,11 @@
|
||||
!include <win32.mak>
|
||||
|
||||
all:
|
||||
cd src
|
||||
nmake /f Makefile.vc
|
||||
cd ..
|
||||
|
||||
clean:
|
||||
cd src
|
||||
nmake /f Makefile.vc clean
|
||||
cd ..
|
||||
Reference in New Issue
Block a user