buildall.bat 263 B

1234567
  1. make -fDOS.mak -DTARGET=s > out.txt
  2. make -fDOS.mak -DTARGET=c >> out.txt
  3. make -fDOS.mak -DTARGET=m >> out.txt
  4. make -fDOS.mak -DTARGET=l >> out.txt
  5. make -fDOS.mak -DTARGET=h >> out.txt
  6. set INCLUDE=c:\msdev\include;c:\msdev\mfc\include
  7. nmake -fWin32.mak >> out.txt