home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / directx2 / sdk / samples / makeall.bat < prev    next >
Encoding:
DOS Batch File  |  1996-05-28  |  1.6 KB  |  93 lines

  1. @echo *
  2. @echo ***Batch File to build examples with Visual C++
  3. @echo *
  4. cd ddex1
  5. nmake %1 debug retail
  6. cd ..\ddex2
  7. nmake %1 debug retail
  8. cd ..\ddex3
  9. nmake %1 debug retail
  10. cd ..\ddex4
  11. nmake %1 debug retail
  12. cd ..\ddex5
  13. nmake %1 debug retail
  14. cd ..\donut
  15. nmake %1 debug retail
  16. cd ..\fastfile
  17. nmake %1 debug retail
  18. cd ..\palette
  19. nmake %1 debug retail
  20. cd ..\dsshow
  21. nmake %1 debug retail
  22. cd ..\dsstream
  23. nmake %1 debug retail
  24. cd ..\mid2strm
  25. nmake %1 debug retail 
  26. cd ..\mstream
  27. nmake %1 debug retail 
  28. cd ..\dptest
  29. nmake %1 debug retail
  30. cd ..\duel
  31. nmake %1 debug retail
  32. cd ..\wormhole
  33. nmake %1 debug retail
  34. cd ..\stretch
  35. nmake %1 debug retail
  36. cd ..\memtime
  37. nmake %1 debug retail
  38. cd ..\dxview
  39. nmake %1 debug retail
  40. cd ..\flipcube
  41. nmake %1 debug retail
  42. cd ..\foxbear
  43. nmake %1 debug retail
  44. cd ..\flip2d
  45. nmake %1 debug retail
  46. cd ..\cgutil
  47. nmake %1 debug retail
  48. cd ..\iklowns
  49. nmake %1 debug retail
  50. cd ..\setup
  51. nmake %1 debug retail
  52. cd ..\egg
  53. nmake %1 debug retail
  54. cd ..\faces
  55. nmake %1 debug retail
  56. cd ..\fly
  57. nmake %1 debug retail
  58. cd ..\globe
  59. nmake %1 debug retail
  60. cd ..\hier1
  61. nmake %1 debug retail
  62. cd ..\hier2
  63. nmake %1 debug retail
  64. cd ..\oct1
  65. nmake %1 debug retail
  66. cd ..\oct2
  67. nmake %1 debug retail
  68. cd ..\quat
  69. nmake %1 debug retail
  70. cd ..\sphere
  71. nmake %1 debug retail
  72. cd ..\tex1
  73. nmake %1 debug retail
  74. cd ..\tex3
  75. nmake %1 debug retail
  76. cd ..\tex4
  77. nmake %1 debug retail
  78. cd ..\tex5
  79. nmake %1 debug retail
  80. cd ..\trans
  81. nmake %1 debug retail
  82. cd ..\triangle
  83. nmake %1 debug retail
  84. cd ..\tunnel
  85. nmake %1 debug retail
  86. cd ..\twist
  87. nmake %1 debug retail
  88. cd ..\viewer
  89. nmake %1 debug retail
  90. cd ..\uvis
  91. nmake %1 debug retail
  92. cd ..
  93.