]> git.saurik.com Git - wxWidgets.git/blame - samples/console/console.pro
generated new makefiles
[wxWidgets.git] / samples / console / console.pro
CommitLineData
17d5cf65
VZ
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