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

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