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
5TEMPLATE = vc6app
6
7# wxbase is for wxWin console programs
8CONFIG  = wxbase
9
10WXCONFIGS = *
11
12# project files
13SOURCES = console.cpp
14TARGET  = console
15