Posted to tcl by aku at Mon Jan 17 17:28:33 GMT 2011view pretty

andreask@tcl-linux-vm:~/lsf/twapi> hg diff configure.in
diff -r 96021f8c24b5 configure.in
--- a/configure.in      Mon Jan 17 22:37:02 2011 +0530
+++ b/configure.in      Mon Jan 17 09:28:05 2011 -0800
@@ -18,7 +18,7 @@ dnl   to configure the system for the loca
 # this case) so that we create the export library with the dll.
 #-----------------------------------------------------------------------

-AC_INIT([twapi], [3.0.25])
+AC_INIT([twapi], [3.0.16])

 #--------------------------------------------------------------------
 # Call TEA_INIT as the first TEA_ macro to set up initial vars.
@@ -96,7 +96,8 @@ if test "${TEA_PLATFORM}" = "windows" ;
     TEA_ADD_SOURCES([twapi/base/adsi.c twapi/base/async.c twapi/base/calls.c twapi/base/clipboard.c twapi/base/com.c
  twapi/base/console.c twapi/base/crypto.c twapi/base/device.c twapi/base/dirmonitor.c twapi/base/disk.c twapi/base/errors.c twapi/base/eventlog.c
  twapi/base/file.c twapi/base/hotkey.c twapi/base/gdi.c twapi/base/guids.c twapi/base/keylist.c twapi/base/lzmadec.c twapi/base/lzmainterface.c
- twapi/base/memlifo.c twapi/base/mstask.c twapi/base/mycrt.c twapi/base/namedpipe.c twapi/base/nls.c twapi/base/network.c twapi/base/os.c twapi/base/parseargs.c
+ twapi/base/memlifo.c twapi/base/mstask.c twapi/base/mycrt.c twapi/base/namedpipe.c twapi/base/nls.c twapi/base/network.c twapi/base/os.c
+ twapi/base/parseargs.c
  twapi/base/pdh.c twapi/base/power.c twapi/base/printer.c twapi/base/process.c twapi/base/recordarray.c twapi/base/resolve.c twapi/base/resource.c
  twapi/base/security.c twapi/base/scm.c twapi/base/service.c twapi/base/share.c twapi/base/shell.c twapi/base/tclobjs.c
  twapi/base/threadpool.c twapi/base/trap.c twapi/base/twapi.c twapi/base/twine.c twapi/base/ui.c twapi/base/util.c twapi/base/win.c twapi/base/wts.c])
@@ -130,7 +131,7 @@ if test "${TEA_PLATFORM}" = "windows" ;
  twapi/tcl/console.tcl twapi/tcl/synch.tcl twapi/tcl/desktop.tcl
  twapi/tcl/printer.tcl twapi/tcl/mstask.tcl twapi/tcl/msi.tcl
  twapi/tcl/crypto.tcl twapi/tcl/device.tcl twapi/tcl/power.tcl
- twapi/tcl/namedpipe.tcl twapi/tcl/resource.tcl])
+ twapi/tcl/namedpipe.tcl twapi/tcl/resource.tcl twapi/tcl/rds.tcl])

 # New code, generated by configure, holding twapi_version data
 #TEA_ADD_TCL_SOURCES([twapi_entry.tcl])
andreask@tcl-linux-vm:~/lsf/twapi>