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.vc < prev    next >
Makefile  |  1999-10-06  |  337b  |  18 lines

  1. #
  2. # File:        makefile.vc
  3. # Author:    Michael Bedward
  4. # Created:    1999
  5. # Updated:    
  6. #
  7. # Makefile : Builds sample (VC++, WIN32)
  8. # Use FINAL=1 argument to nmake to build final version with no debug info.
  9.  
  10. # Set WXDIR for your system
  11. WXDIR = $(WXWIN)
  12.  
  13. PROGRAM=griddemo
  14. OBJECTS = $(PROGRAM).obj
  15.  
  16. !include $(WXDIR)\src\makeprog.vc
  17.  
  18.