home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / console / console.pro < prev    next >
Text File  |  2001-10-04  |  318b  |  15 lines

  1. # this is the project file for the console wxWindows sample
  2.  
  3. # we generate the VC++ IDE project file, comment this line
  4. # to generate a makefile for (n)make
  5. TEMPLATE = vc6app
  6.  
  7. # wxbase is for wxWin console programs
  8. CONFIG  = wxbase
  9.  
  10. WXCONFIGS = *
  11.  
  12. # project files
  13. SOURCES = console.cpp
  14. TARGET  = console
  15.