home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / SBOS2DEV.ZIP / mixertool / makefile next >
Makefile  |  1992-10-23  |  275b  |  11 lines

  1. all: mixertool.exe
  2.  
  3. mixertool.res:        mixertool.rc 
  4.     rc -r -i \emx\include mixertool.rc
  5.  
  6. mixertool:            mixertool.o 
  7.     gcc -o mixertool mixertool.o -los2
  8.  
  9. mixertool.exe:        mixertool mixertool.res
  10.     emxbind -bpq -rmixertool.res /emx/bin/emxl mixertool
  11.