INSTALL.BAT 1015 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. cd qlumpy
  2. nmake /f "qlumpy.mak" CFG="qlumpy - Win32 Release"
  3. copy release\qlumpy.exe \quake\bin_nt
  4. cd ..\texmake
  5. nmake /f "texmake.mak" CFG="texmake - Win32 Release"
  6. copy release\texmake.exe \quake\bin_nt
  7. cd ..\modelgen
  8. nmake /f "modelgen.mak" CFG="modelgen - Win32 Release"
  9. copy release\modelgen.exe \quake\bin_nt
  10. cd ..\sprgen
  11. nmake /f "sprgen.mak" CFG="sprgen - Win32 Release"
  12. copy release\sprgen.exe \quake\bin_nt
  13. cd ..\qbsp
  14. nmake /f "qbsp.mak" CFG="qbsp - Win32 Release"
  15. copy release\qbsp.exe \quake\bin_nt
  16. cd ..\light
  17. nmake /f "light.mak" CFG="light - Win32 Release"
  18. copy release\light.exe \quake\bin_nt
  19. cd ..\vis
  20. nmake /f "vis.mak" CFG="vis - Win32 Release"
  21. copy release\vis.exe \quake\bin_nt
  22. cd ..\bspinfo
  23. nmake /f "bspinfo.mak" CFG="bspinfo - Win32 Release"
  24. copy release\bspinfo.exe \quake\bin_nt
  25. cd ..\qcc
  26. nmake /f "qcc.mak" CFG="qcc - Win32 Release"
  27. copy release\qcc.exe \quake\bin_nt
  28. cd ..\qfiles
  29. nmake /f "qfiles.mak" CFG="qfiles - Win32 Release"
  30. copy release\qfiles.exe \quake\bin_nt
  31. cd ..