home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / thread / makefile.sl < prev    next >
Makefile  |  2000-03-14  |  276b  |  15 lines

  1. # Purpose: makefile for thread example (Salford C++)
  2. # Created: 2000-03-15
  3.  
  4. PROGRAM = thread
  5. OBJECTS = $(PROGRAM).obj
  6.  
  7. include ..\..\src\makeprog.sl
  8.  
  9. all:        wx $(TARGET)
  10.  
  11. wx:
  12.     cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
  13.     cd $(WXDIR)\samples\thread
  14.  
  15.