2002-06-01 06:29:30 +00:00
|
|
|
!include <win32.mak>
|
|
|
|
|
|
2002-10-23 22:24:33 +00:00
|
|
|
# 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
|
|
|
|
2002-10-23 22:24:33 +00:00
|
|
|
all:
|
2002-10-30 06:24:01 +00:00
|
|
|
cd file_utils
|
|
|
|
|
nmake /f Makefile.vc
|
|
|
|
|
cd ..
|
2002-10-24 05:44:42 +00:00
|
|
|
cd gain_analysis
|
|
|
|
|
nmake /f Makefile.vc
|
|
|
|
|
cd ..
|
2002-10-23 22:24:33 +00:00
|
|
|
cd getopt
|
|
|
|
|
nmake /f Makefile.vc
|
|
|
|
|
cd ..
|
2002-10-25 04:57:05 +00:00
|
|
|
cd replaygain
|
|
|
|
|
nmake /f Makefile.vc
|
|
|
|
|
cd ..
|
2002-10-23 22:24:33 +00:00
|
|
|
cd utf8
|
|
|
|
|
nmake /f Makefile.vc
|
|
|
|
|
cd ..
|
2002-08-14 00:52:00 +00:00
|
|
|
|
2002-06-01 06:29:30 +00:00
|
|
|
clean:
|
2002-10-30 06:24:01 +00:00
|
|
|
cd file_utils
|
|
|
|
|
nmake /f Makefile.vc clean
|
|
|
|
|
cd ..
|
2002-10-24 05:44:42 +00:00
|
|
|
cd gain_analysis
|
|
|
|
|
nmake /f Makefile.vc clean
|
|
|
|
|
cd ..
|
2002-10-23 22:24:33 +00:00
|
|
|
cd getopt
|
|
|
|
|
nmake /f Makefile.vc clean
|
|
|
|
|
cd ..
|
2002-10-25 04:57:05 +00:00
|
|
|
cd replaygain
|
|
|
|
|
nmake /f Makefile.vc clean
|
|
|
|
|
cd ..
|
2002-10-23 22:24:33 +00:00
|
|
|
cd utf8
|
|
|
|
|
nmake /f Makefile.vc clean
|
|
|
|
|
cd ..
|