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.dos < prev    next >
Makefile  |  2000-08-17  |  222b  |  12 lines

  1. # Purpose: makefile for multicell example (VC++ 1.5x)
  2. # Created 2000-07-28
  3.  
  4. WXDIR = $(WXWIN)
  5.  
  6. TARGET=mtest
  7. OBJECTS = $(TARGET).obj ..\src\multicell.obj
  8. EXTRAINC=-I..\include
  9.  
  10. !include $(WXDIR)\src\makeprog.msc
  11.  
  12.