projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
trying to add wxBase project file from Unix
[wxWidgets.git]
/
samples
/
console
/
console.pro
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