summaryrefslogtreecommitdiff
path: root/MSVC_Net2008
Commit message (Collapse)AuthorAgeFilesLines
* Rename configure.in to configure.acDaniel Elstner2009-03-262-2/+2
| | | | | | | | | | | * configure.ac: Rename from configure.in. * autogen.sh: Fix reference to configure.in. * MSVC_Net2005/glibmm/Makefile.am: ditto, * MSVC_Net2005/giomm/Makefile.am: ditto, * MSVC_Net2008/glibmm/Makefile.am: ditto, * MSVC_Net2008/giomm/Makefile.am: ditto. svn path=/trunk/; revision=810
* Added emblem.[h|cc], emblemedicon.[h|cc] and memoryoutputstream.[h|cc] toArmin Burgmeier2009-03-161-0/+24
| | | | | | | | | | | | | 2009-03-16 Armin Burgmeier <armin@openismus.com> * MSVC_Net2005/giomm/giomm.vcproj: * MSVC_Net2008/giomm/giomm.vcproj: Added emblem.[h|cc], emblemedicon.[h|cc] and memoryoutputstream.[h|cc] to the project. * tools/extra_defs_gen/generate_defs_gio.cc: #ifdef-out the unix types on Windows. svn path=/trunk/; revision=796
* Removed README from EXTRA_DIST to fix `make dist'.Armin Burgmeier2008-10-091-1/+1
| | | | | | | | | 2008-10-09 Armin Burgmeier <armin@openismus.com> * MSVC_Net2008/Makefile.am: Removed README from EXTRA_DIST to fix `make dist'. svn path=/trunk/; revision=737
* Adapt to the new MSVC++ DLL naming convention.Armin Burgmeier2008-10-0830-0/+3446
2008-10-08 Armin Burgmeier <armin@openismus.com> * MSVC_Net2005/examples/dispatcher2/dispatcher2.vcproj: * MSVC_Net2005/examples/dispatcher/dispatcher.vcproj: * MSVC_Net2005/examples/options/options.vcproj: * MSVC_Net2005/examples/thread/thread.vcproj: * MSVC_Net2005/examples/thread_pool/thread_pool.vcproj: * MSVC_Net2005/giomm/giomm.vcproj: * MSVC_Net2005/glibmm/glibmm.vcproj: Adapt to the new MSVC++ DLL naming convention. * MSVC_Net2008/: Added MSVC 2008 project files. * configure.in: * Makefile.am: Add the new files to the build. svn path=/trunk/; revision=736