Files
flac/src/share/Makefile.vc

32 lines
512 B
Makefile
Raw Normal View History

2002-06-01 06:29:30 +00:00
!include <win32.mak>
# It's less hassle to spell it all out that to figure out how to do it right with nmake:
2002-06-01 06:29:30 +00:00
all:
cd gain_analysis
nmake /f Makefile.vc
cd ..
cd getopt
nmake /f Makefile.vc
cd ..
2002-11-07 05:10:07 +00:00
cd grabbag
nmake /f Makefile.vc
cd ..
cd utf8
nmake /f Makefile.vc
cd ..
2002-08-14 00:52:00 +00:00
2002-06-01 06:29:30 +00:00
clean:
cd gain_analysis
nmake /f Makefile.vc clean
cd ..
cd getopt
nmake /f Makefile.vc clean
cd ..
2002-11-07 05:10:07 +00:00
cd grabbag
nmake /f Makefile.vc clean
cd ..
cd utf8
nmake /f Makefile.vc clean
cd ..