home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / contrib / samples / gizmos / multicell / makefile.sl < prev    next >
Makefile  |  2000-08-17  |  323b  |  16 lines

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