]> git.saurik.com Git - wxWidgets.git/blob - utils/configure.in
VC++ changes + makeproj additions
[wxWidgets.git] / utils / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_REVISION($Id$)dnl
3
4 AC_INIT(Makefile.in)
5
6 GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
7 AC_SUBST(GL_TOOLKIT_DIR)
8
9 AC_OUTPUT([
10 Makefile
11 wxMMedia2/Makefile
12 wxMMedia2/lib/Makefile
13 wxMMedia2/sample/Makefile
14 glcanvas/Makefile
15 glcanvas/${GL_TOOLKIT_DIR}/Makefile
16 ogl/Makefile
17 ogl/src/Makefile
18 makegen/Makefile
19 HelpGen/Makefile
20 HelpGen/src/Makefile
21 tex2rtf/Makefile
22 tex2rtf/src/Makefile
23 hhp2cached/Makefile
24 dialoged/Makefile
25 dialoged/src/Makefile
26 ])