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

  1. # Purpose: makefile for statbar example (Cygwin/Mingw32)
  2. # Created: #03.01.00
  3.  
  4. WXDIR = ../..
  5.  
  6. TARGET=statbar
  7. OBJECTS = $(TARGET).o
  8.  
  9. include $(WXDIR)/src/makeprog.g95
  10.  
  11.