home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / dragimag / makefile.va < prev    next >
Makefile  |  2000-03-14  |  468b  |  26 lines

  1. #
  2. # File:     makefile.va
  3. # Author:   David Webster
  4. # Created:  1999
  5. # Updated:
  6. # Copyright:    (c) David Webster
  7. #
  8. # Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
  9. # Use FINAL=1 argument to nmake to build final version with no debug info.
  10.  
  11. # Set WXDIR for your system
  12. WXDIR = $(WXWIN)
  13.  
  14. WXUSINGDLL=0
  15.  
  16. !include $(WXDIR)\src\makeva.env
  17.  
  18. PROGRAM=$D\dragimag
  19. OBJECTS = $(PROGRAM).obj
  20.  
  21. !if [md $D]
  22. !endif
  23.  
  24. !include $(WXDIR)\src\makeprog.va
  25.  
  26.