home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dmake40.zip / emx / make.cmd < prev    next >
OS/2 REXX Batch file  |  1994-12-16  |  2KB  |  82 lines

  1. @echo off
  2. md objects
  3. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O infer.c
  4. copy infer.o objects
  5. del infer.o
  6. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O make.c
  7. copy make.o objects
  8. del make.o
  9. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O stat.c
  10. copy stat.o objects
  11. del stat.o
  12. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O expand.c
  13. copy expand.o objects
  14. del expand.o
  15. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O dmstring.c
  16. copy dmstring.o objects
  17. del dmstring.o
  18. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O hash.c
  19. copy hash.o objects
  20. del hash.o
  21. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O dag.c
  22. copy dag.o objects
  23. del dag.o
  24. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O dmake.c
  25. copy dmake.o objects
  26. del dmake.o
  27. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O path.c
  28. copy path.o objects
  29. del path.o
  30. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O imacs.c
  31. copy imacs.o objects
  32. del imacs.o
  33. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O sysintf.c
  34. copy sysintf.o objects
  35. del sysintf.o
  36. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O parse.c
  37. copy parse.o objects
  38. del parse.o
  39. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O getinp.c
  40. copy getinp.o objects
  41. del getinp.o
  42. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O quit.c
  43. copy quit.o objects
  44. del quit.o
  45. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O state.c
  46. copy state.o objects
  47. del state.o
  48. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O dmdump.c
  49. copy dmdump.o objects
  50. del dmdump.o
  51. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O macparse.c
  52. copy macparse.o objects
  53. del macparse.o
  54. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O rulparse.c
  55. copy rulparse.o objects
  56. del rulparse.o
  57. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O percent.c
  58. copy percent.o objects
  59. del percent.o
  60. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O function.c
  61. copy function.o objects
  62. del function.o
  63. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O emx/arlib.c
  64. copy arlib.o objects
  65. del arlib.o
  66. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O emx/dirbrk.c
  67. copy dirbrk.o objects
  68. del dirbrk.o
  69. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O emx/rmprq.c
  70. copy rmprq.o objects
  71. del rmprq.o
  72. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O emx/ruletab.c
  73. copy ruletab.o objects
  74. del ruletab.o
  75. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O emx/runargv.c
  76. copy runargv.o objects
  77. del runargv.o
  78. gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O emx/dcache.c
  79. copy dcache.o objects
  80. del dcache.o
  81. gcc -Zmtd -o dmake.exe objects/*.o 
  82.