home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / utils / makegen / templates / makefile.vc < prev    next >
Makefile  |  2000-01-03  |  201b  |  12 lines

  1. # Purpose: makefile for #NAME example (VC++ 32bit)
  2. # Created: #DATE
  3.  
  4. # Set WXDIR for your system
  5. WXDIR = $(WXWIN)
  6.  
  7. PROGRAM=#NAME
  8. OBJECTS = $(PROGRAM).obj
  9.  
  10. !include $(WXDIR)\src\makeprog.vc
  11.  
  12.