Author Topic: Missing entries for win32gui wizard in configure.in  (Read 4568 times)

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Missing entries for win32gui wizard in configure.in
« on: July 06, 2006, 09:05:53 pm »
The file src/configure.in needs a small patch to get Code::Blocks revision 2695 and newer compiled on Linux using the autotools:
Code
Index: configure.in
===================================================================
--- configure.in        (revision 2699)
+++ configure.in        (working copy)
@@ -169,6 +169,8 @@
        src/plugins/projectwizard/resources/ogre/files/Makefile
        src/plugins/projectwizard/resources/smartwin/Makefile
        src/plugins/projectwizard/resources/smartwin/files/Makefile
+       src/plugins/projectwizard/resources/win32gui/Makefile
+       src/plugins/projectwizard/resources/win32gui/files/Makefile
        src/plugins/projectwizard/resources/wxwidgets/Makefile
        src/plugins/projectwizard/resources/wxwidgets/common/Makefile
        src/plugins/projectwizard/resources/wxwidgets/pch/Makefile
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Missing entries for win32gui wizard in configure.in
« Reply #1 on: July 06, 2006, 09:24:43 pm »
Thanks.
Be patient!
This bug will be fixed soon...