home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / erase / makefile.sl < prev    next >
Makefile  |  2001-06-11  |  331b  |  19 lines

  1. #
  2. # File:        makefile.sl
  3. # Author:    Julian Smart
  4. # Created:    1998
  5. #
  6. # Makefile : Builds a wxWindows sample for Salford C++, WIN32
  7.  
  8. PROGRAM = erase
  9. OBJECTS = $(PROGRAM).obj
  10.  
  11. include ..\..\src\makeprog.sl
  12.  
  13. all:        wx $(TARGET)
  14.  
  15. wx:
  16.     cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
  17.     cd $(WXDIR)\samples\minimal
  18.  
  19.