]>
Commit | Line | Data |
---|---|---|
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 | |
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 |