home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / db / makefile.dos < prev    next >
Makefile  |  2001-03-13  |  426b  |  21 lines

  1. #
  2. # File:        makefile.dos
  3. # Author:    Julian Smart
  4. # Created:    1998
  5. # Updated:    
  6. #
  7. # Makefile : Builds 16-bit sample, VC++ 1.5
  8. # Use FINAL=1 argument to nmake to build final version with no debugging
  9. # info
  10.  
  11. # This sample will not build any longer (most likely)
  12. # without heavy mods to the db/dbtable classes
  13.  
  14. WXDIR = $(WXWIN)
  15.  
  16. TARGET=dbtest
  17. OBJECTS=$(TARGET).obj listdb.obj
  18.  
  19. !include $(WXDIR)\src\makeprog.msc
  20.  
  21.