]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/modules/makefile.vc
Moving utils from core to modules
[wxWidgets.git] / utils / wxPython / modules / makefile.vc
CommitLineData
05394a18
HH
1all:
2 cd html
3 nmake -f makefile.vc
4 cd ..\lseditor
5 nmake -f makefile.vc
6 cd ..\glcanvas
7 nmake -f makefile.vc
8 cd ..
9
10
11clean:
12 cd html
13 nmake -f makefile.vc clean
14 cd ..\lseditor
15 nmake -f makefile.vc clean
16 cd ..\glcanvas
17 nmake -f makefile.vc clean
18 cd ..