log makefile.vc @ 3005:522ef24b0aba default tip

age author description
Sat, 25 Feb 2023 22:24:18 +0000 bsmith C++: Step 5 of the std::string transition. Hopefully the last step.
Fri, 06 Jan 2023 19:55:55 +0000 bsmith Win: Reenable -DAEROGLASS support, it was accidentally removed while testing on Win2k.
Fri, 06 Jan 2023 07:05:34 +0000 bsmith Win/OS2: Include the C++ bindings header in the binary zip.
Fri, 23 Dec 2022 02:56:29 +0000 bsmith Win/C++: Get some versions of MSVC correctly report the _cplusplus verison.
Thu, 22 Dec 2022 13:57:38 +0000 bsmith Rename the Version file Version.mk since it is included by the Makefiles.
Mon, 19 Dec 2022 00:07:06 +0000 bsmith C++: Add DW_NULL which is nullptr on C++11 and NULL on older versions.
Sat, 17 Dec 2022 01:50:26 +0000 bsmith Win: Add support for building the C++ dwtestoo with Visual C.
Tue, 28 Jun 2022 00:53:47 +0000 bsmith Win/OS2: Remove the lib and dll folders and their placeholders.
Thu, 25 Mar 2021 21:38:58 +0000 bsmith Win: Remove winmain.c as it is unnecessary when using the dwmain() entrypoint macros.
Tue, 05 Jan 2021 01:52:35 +0000 bsmith Win: Switched to using Rich Edit MLE by default on Windows.
Thu, 22 Oct 2020 21:15:58 +0000 bsmith Win: Changes to support static linking of the WebView2 loader.
Tue, 06 Oct 2020 04:41:40 +0000 bsmith Win: Cleaner way to disable common function deprecation warnings.
Mon, 05 Oct 2020 00:49:20 +0000 bsmith Fix building on Windows 2000 and changes to avoid CRT warnings.
Sun, 04 Oct 2020 21:55:29 +0000 bsmith Win: Clang/LLVM tools don't seem to accept / to specify options...
Sun, 04 Oct 2020 21:24:22 +0000 bsmith Win: Rename LIB to WLIB to prevent clobbering the library path.
Sun, 04 Oct 2020 21:09:02 +0000 bsmith Win: Add support for building with Clang/LLVM on Windows. SET CLANG=Y
Fri, 05 Jun 2020 16:27:00 +0000 bsmith Win: Initial implementation of notifications on Windows. Currently using WinToast.
Sun, 31 May 2020 05:26:02 +0000 mhessling Minor build issues
Mon, 25 May 2020 13:03:01 +0000 bsmith Win: Visual Studio 2015 sets PLATFORM=x64 in 64bit intel mode so
Mon, 25 May 2020 04:42:10 +0000 bsmith Win: Copy WebView2Loader.dll to the dll\ directory if building Edge support.
Mon, 25 May 2020 03:21:29 +0000 bsmith Win: Added support for building with Edge (Chromium) support via nmake.
Sat, 08 Jul 2017 11:53:30 +0000 bsmith Fix some warning while building with Visual C for Windows.
Tue, 30 May 2017 22:27:46 +0000 bsmith Try to get the target CPU from the Visual Studio environment, so you don't need to set TARGET_CPU.
Mon, 14 May 2012 23:08:24 +0000 bsmith Enable toolbar double buffering during packing on Windows if the window
Wed, 28 Mar 2012 02:28:55 +0000 bsmith Add support for mercurial revisions in addition to subversion on Windows.
Tue, 27 Mar 2012 14:46:04 +0000 bsmith Switch to UNICODE builds by default on Windows.
Sun, 26 Feb 2012 10:32:21 +0000 bsmith OS/2 and Windows zip rules need to include dwcompat.h.
Sun, 26 Feb 2012 09:21:35 +0000 bsmith Enable level 3 warnings in DEBUG mode with Visual C to show deprecation warnings.
Thu, 23 Feb 2012 13:03:45 +0000 bsmith Up version number to 2.3.
Thu, 23 Feb 2012 12:44:15 +0000 bsmith Rename compat.c/h dwcompat.c/h and configure option to --with-dwcompat.
Wed, 11 Jan 2012 05:36:00 +0000 bsmith Added DW_FCF_COMPOSITED frame creation flag, used only on Windows currently...
Sat, 10 Dec 2011 23:11:16 +0000 bsmith Add -DISOLATION_AWARE_ENABLED=1 to Visual C compile flags and delete temporary manifest files after build.
Sun, 04 Dec 2011 21:29:26 +0000 bsmith Better extra border values for bitmap buttons on Windows.
Fri, 18 Nov 2011 16:45:22 +0000 bsmith Source tree cleanup, move import/export definition files to their platform folder.
Tue, 15 Nov 2011 13:26:15 +0000 bsmith Upped the version number to 2.2. Added a Version file to reduce the number of places
Mon, 24 Oct 2011 03:10:27 +0000 bsmith Enable GDI Plus on Windows to see how well it works.
Fri, 16 Sep 2011 21:05:37 +0000 bsmith Add *.REV to the clean rules on Windows and OS/2 when using nmake.
Fri, 16 Sep 2011 10:08:07 +0000 bsmith Added support for including the svn revision number as the sub version with Visual C.
Fri, 29 Jul 2011 22:11:25 +0000 bsmith Updated makefiles to 2.1 on Windows and OS/2 for packaging.
Wed, 25 May 2011 02:47:31 +0000 bsmith Updates preparing for 2.0 release on Windows.
Mon, 02 May 2011 14:18:47 +0000 bsmith Added initial support for transparent pixmap/bitmaps on Windows...
Tue, 19 Apr 2011 07:55:07 +0000 bsmith Implemented _dw_user_dir() using GetUserProfileDirectory() on Windows.
Sat, 19 Mar 2011 01:16:42 +0000 mhessling Add -MT or -MTd switch to DEBUG switches
Thu, 17 Mar 2011 17:34:58 +0000 bsmith Added manifest files that will import the common controls library that allows for XP/Vista/7 themes to be used.
Thu, 17 Mar 2011 15:34:05 +0000 bsmith Remove the compiler flag setting structure packing to 1 byte. The Windows API expect it to be 8 bytes.
Wed, 16 Mar 2011 22:01:05 +0000 bsmith Changes to be smarter about source and destination directories with Visual C.
Sat, 19 Feb 2011 00:00:19 +0000 bsmith Fixed building with Visual Studio 2008.
Sun, 03 Oct 2010 00:34:36 +0000 mhessling Add dw_listview_insert()
Sun, 12 Apr 2009 01:19:23 +0000 mhessling Support for building zip file on Win32
Fri, 10 Apr 2009 10:25:26 +0000 mhessling Support for setting transparent colour for bitmaps
Thu, 30 Oct 2008 10:44:34 +0000 mhessling Use better directory browser widget.
Mon, 25 Sep 2006 22:40:16 +0000 mhessling Specify library output filenames.
Sun, 22 May 2005 18:07:23 +0000 bsmith Added dw_html_* functionality for embedding HTML pages in Dynamic Windows
Tue, 29 Apr 2003 11:00:49 +0000 mhessling Enable dwindows to be built from a directory other than where the
Wed, 19 Mar 2003 09:40:00 +0000 mhessling Simple add dwtest as a target, dependent on dwtest.exe.
Fri, 17 Jan 2003 20:31:06 +0000 bsmith Fixes for dw_color_xxxx_set() to accept OS/2 style colors, and fixed a
Tue, 30 Oct 2001 10:15:44 +0000 bsmith Fixed makefile for Windows, and updated to latest source.
Tue, 03 Jul 2001 07:50:39 +0000 ktk Import