<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>regedit/.gitignore</filename>
    </added>
    <added>
      <filename>regedit/Makefile.in</filename>
    </added>
    <added>
      <filename>regedit/regedit.cpp</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -40,6 +40,7 @@ SUBDIRS = \
 	programs \
 	tests \
 	tools \
+	regedit \
 	unpack
 
 INSTALLSUBDIRS = \</diff>
      <filename>Makefile.in</filename>
    </modified>
    <modified>
      <diff>@@ -677,6 +677,10 @@ FREETYPEINCL
 PKG_CONFIG
 CAIROLIBS
 CAIROINCL
+QTCOREINCL
+QTGUIINCL
+QTCORELIBS
+QTGUILIBS
 MINGW32CC
 MINGW32STRIP
 MINGW32AS
@@ -5056,6 +5060,26 @@ _ACEOF
 
 fi
 
+
+if test &quot;$PKG_CONFIG&quot; != &quot;false&quot;
+then
+	ac_qtcore_libs=&quot;`$PKG_CONFIG --libs QtCore 2&gt;/dev/null`&quot;
+	ac_qtcore_incl=&quot;`$PKG_CONFIG --cflags QtCore 2&gt;/dev/null`&quot;
+	ac_qtgui_libs=&quot;`$PKG_CONFIG --libs QtGui 2&gt;/dev/null`&quot;
+	ac_qtgui_incl=&quot;`$PKG_CONFIG --cflags QtGui 2&gt;/dev/null`&quot;
+
+
+	QTCOREINCL=&quot;$ac_qtcore_incl&quot;
+
+	QTGUIINCL=&quot;$ac_qtgui_incl&quot;
+
+	QTCORELIBS=&quot;$ac_qtcore_libs&quot;
+
+	QTGUILIBS=&quot;$ac_qtgui_libs&quot;
+
+fi
+
+
 for ac_prog in i686-pc-mingw32-gcc i586-mingw32msvc-cc no
 do
   # Extract the first word of &quot;$ac_prog&quot;, so it can be a program name with args.
@@ -5638,7 +5662,7 @@ done
 
 MAKE_RULES=Make.rules
 
-ac_config_files=&quot;$ac_config_files Make.rules Makefile kernel/Makefile tests/Makefile tools/Makefile libudis86/Makefile libmspack/Makefile libntreg/Makefile programs/Makefile programs/minitris/Makefile programs/minshell/Makefile programs/pixels/Makefile programs/winemine/Makefile programs/winlogon/Makefile unpack/Makefile&quot;
+ac_config_files=&quot;$ac_config_files Make.rules Makefile kernel/Makefile tests/Makefile tools/Makefile libudis86/Makefile libmspack/Makefile libntreg/Makefile programs/Makefile programs/minitris/Makefile programs/minshell/Makefile programs/pixels/Makefile programs/winemine/Makefile programs/winlogon/Makefile regedit/Makefile unpack/Makefile&quot;
 
 
 cat &gt;confcache &lt;&lt;\_ACEOF
@@ -6209,6 +6233,7 @@ do
     &quot;programs/pixels/Makefile&quot;) CONFIG_FILES=&quot;$CONFIG_FILES programs/pixels/Makefile&quot; ;;
     &quot;programs/winemine/Makefile&quot;) CONFIG_FILES=&quot;$CONFIG_FILES programs/winemine/Makefile&quot; ;;
     &quot;programs/winlogon/Makefile&quot;) CONFIG_FILES=&quot;$CONFIG_FILES programs/winlogon/Makefile&quot; ;;
+    &quot;regedit/Makefile&quot;) CONFIG_FILES=&quot;$CONFIG_FILES regedit/Makefile&quot; ;;
     &quot;unpack/Makefile&quot;) CONFIG_FILES=&quot;$CONFIG_FILES unpack/Makefile&quot; ;;
 
   *) { { echo &quot;$as_me:$LINENO: error: invalid argument: $ac_config_target&quot; &gt;&amp;5
@@ -6340,6 +6365,10 @@ FREETYPEINCL!$FREETYPEINCL$ac_delim
 PKG_CONFIG!$PKG_CONFIG$ac_delim
 CAIROLIBS!$CAIROLIBS$ac_delim
 CAIROINCL!$CAIROINCL$ac_delim
+QTCOREINCL!$QTCOREINCL$ac_delim
+QTGUIINCL!$QTGUIINCL$ac_delim
+QTCORELIBS!$QTCORELIBS$ac_delim
+QTGUILIBS!$QTGUILIBS$ac_delim
 MINGW32CC!$MINGW32CC$ac_delim
 MINGW32STRIP!$MINGW32STRIP$ac_delim
 MINGW32AS!$MINGW32AS$ac_delim
@@ -6351,7 +6380,7 @@ LIBOBJS!$LIBOBJS$ac_delim
 LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
-  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 73; then
+  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 77; then
     break
   elif $ac_last_try; then
     { { echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
@@ -6817,3 +6846,9 @@ then
 	{ echo &quot;$as_me:$LINENO: WARNING: isoinfo not present. (Debian package is genisoimage)&quot; &gt;&amp;5
 echo &quot;$as_me: WARNING: isoinfo not present. (Debian package is genisoimage)&quot; &gt;&amp;2;}
 fi
+
+if test x&quot;$ac_qtcore_incl&quot; = &quot;x&quot;
+then
+	{ echo &quot;$as_me:$LINENO: WARNING: Qt is not present (Debian package is libqt4-dev)&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: Qt is not present (Debian package is libqt4-dev)&quot; &gt;&amp;2;}
+fi</diff>
      <filename>configure</filename>
    </modified>
    <modified>
      <diff>@@ -91,6 +91,24 @@ then
 	AC_SUBST(CAIROINCL,&quot;$ac_cairo_incl&quot;)
 fi
 
+dnl Check for QtGui and QtCore
+
+if test &quot;$PKG_CONFIG&quot; != &quot;false&quot;
+then
+	ac_qtcore_libs=&quot;`$PKG_CONFIG --libs QtCore 2&gt;/dev/null`&quot;
+	ac_qtcore_incl=&quot;`$PKG_CONFIG --cflags QtCore 2&gt;/dev/null`&quot;
+	ac_qtgui_libs=&quot;`$PKG_CONFIG --libs QtGui 2&gt;/dev/null`&quot;
+	ac_qtgui_incl=&quot;`$PKG_CONFIG --cflags QtGui 2&gt;/dev/null`&quot;
+
+	dnl FIXME: check that linking works here
+
+	AC_SUBST(QTCOREINCL,&quot;$ac_qtcore_incl&quot;)
+	AC_SUBST(QTGUIINCL,&quot;$ac_qtgui_incl&quot;)
+	AC_SUBST(QTCORELIBS,&quot;$ac_qtcore_libs&quot;)
+	AC_SUBST(QTGUILIBS,&quot;$ac_qtgui_libs&quot;)
+fi
+
+
 dnl Check for mingw32 cross compilation environment
 AC_CHECK_PROGS(MINGW32CC,i686-pc-mingw32-gcc i586-mingw32msvc-cc no)
 AC_CHECK_PROGS(MINGW32STRIP,i686-pc-mingw32-strip i586-mingw32msvc-strip no)
@@ -123,6 +141,7 @@ AC_CONFIG_FILES(
 	programs/pixels/Makefile
 	programs/winemine/Makefile
 	programs/winlogon/Makefile
+	regedit/Makefile
 	unpack/Makefile
 )
 
@@ -156,3 +175,8 @@ if test x&quot;$ISOINFO&quot; = &quot;x&quot;
 then
 	AC_MSG_WARN([isoinfo not present. (Debian package is genisoimage)])
 fi
+
+if test x&quot;$ac_qtcore_incl&quot; = &quot;x&quot;
+then
+	AC_MSG_WARN([Qt is not present (Debian package is libqt4-dev)])
+fi</diff>
      <filename>configure.ac</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>43923b06f6676ac0913d9e0b9bfb4d422c9f6de0</id>
    </parent>
  </parents>
  <author>
    <name>Mike McCormack</name>
    <email>mikem@ring3k.org</email>
  </author>
  <url>http://github.com/mikemccormack/ring3k/commit/881c809eb790a8dbc4a4b40bb28d85100d29a728</url>
  <id>881c809eb790a8dbc4a4b40bb28d85100d29a728</id>
  <committed-date>2009-03-31T14:47:22-07:00</committed-date>
  <authored-date>2009-03-31T14:47:22-07:00</authored-date>
  <message>Begin a registry editor</message>
  <tree>331cef28f99c2b9034a4cd31ba66779b697484f9</tree>
  <committer>
    <name>Mike McCormack</name>
    <email>mikem@ring3k.org</email>
  </committer>
</commit>
