home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / newgrid / makefile.g95 < prev    next >
Makefile  |  2000-01-15  |  252b  |  16 lines

  1. #
  2. # File:         makefile.g95
  3. # Author:       Michael Bedward
  4. # Created:      1999
  5. # Updated:
  6. #
  7. # Makefile for wxWindows sample (Cygwin/Mingw32).
  8.  
  9. WXDIR = ../..
  10.  
  11. TARGET=griddemo
  12. OBJECTS = $(TARGET).o
  13.  
  14. include $(WXDIR)/src/makeprog.g95
  15.  
  16.