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.b32 next >
Makefile  |  2000-03-14  |  182b  |  11 lines

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