home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / event / makefile.wat < prev   
Makefile  |  2001-01-31  |  179b  |  12 lines

  1. # Purpose: makefile for event example (Watcom)
  2. # Created: 2001-01-31
  3.  
  4. WXDIR = $(%WXWIN)
  5.  
  6. PROGRAM = event
  7. OBJECTS = $(PROGRAM).obj
  8.  
  9. !include $(WXDIR)\src\makeprog.wat
  10.  
  11.  
  12.