home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / samples / event / makefile.dos < prev    next >
Makefile  |  2001-01-31  |  173b  |  11 lines

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