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

  1. andreask@tcl-linux-vm:~/lsf/twapi> hg diff configure.in
  2. diff -r 96021f8c24b5 configure.in
  3. --- a/configure.in Mon Jan 17 22:37:02 2011 +0530
  4. +++ b/configure.in Mon Jan 17 09:28:05 2011 -0800
  5. @@ -18,7 +18,7 @@ dnl to configure the system for the loca
  6. # this case) so that we create the export library with the dll.
  7. #-----------------------------------------------------------------------
  8.  
  9. -AC_INIT([twapi], [3.0.25])
  10. +AC_INIT([twapi], [3.0.16])
  11.  
  12. #--------------------------------------------------------------------
  13. # Call TEA_INIT as the first TEA_ macro to set up initial vars.
  14. @@ -96,7 +96,8 @@ if test "${TEA_PLATFORM}" = "windows" ;
  15. TEA_ADD_SOURCES([twapi/base/adsi.c twapi/base/async.c twapi/base/calls.c twapi/base/clipboard.c twapi/base/com.c
  16. 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
  17. 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
  18. - 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
  19. + 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
  20. + twapi/base/parseargs.c
  21. 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
  22. twapi/base/security.c twapi/base/scm.c twapi/base/service.c twapi/base/share.c twapi/base/shell.c twapi/base/tclobjs.c
  23. 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])
  24. @@ -130,7 +131,7 @@ if test "${TEA_PLATFORM}" = "windows" ;
  25. twapi/tcl/console.tcl twapi/tcl/synch.tcl twapi/tcl/desktop.tcl
  26. twapi/tcl/printer.tcl twapi/tcl/mstask.tcl twapi/tcl/msi.tcl
  27. twapi/tcl/crypto.tcl twapi/tcl/device.tcl twapi/tcl/power.tcl
  28. - twapi/tcl/namedpipe.tcl twapi/tcl/resource.tcl])
  29. + twapi/tcl/namedpipe.tcl twapi/tcl/resource.tcl twapi/tcl/rds.tcl])
  30.  
  31. # New code, generated by configure, holding twapi_version data
  32. #TEA_ADD_TCL_SOURCES([twapi_entry.tcl])
  33. andreask@tcl-linux-vm:~/lsf/twapi>