You can subscribe to this list here.
2008 |
Jan
|
Feb
(53) |
Mar
(145) |
Apr
(22) |
May
(7) |
Jun
(14) |
Jul
(14) |
Aug
(9) |
Sep
(10) |
Oct
(48) |
Nov
(59) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(36) |
Feb
(5) |
Mar
(33) |
Apr
(28) |
May
(5) |
Jun
(6) |
Jul
(1) |
Aug
(7) |
Sep
(11) |
Oct
(3) |
Nov
(31) |
Dec
|
2010 |
Jan
(8) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(9) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
(3) |
Mar
(4) |
Apr
(1) |
May
(2) |
Jun
(12) |
Jul
(36) |
Aug
(7) |
Sep
(40) |
Oct
(6) |
Nov
(40) |
Dec
(8) |
2012 |
Jan
(54) |
Feb
(8) |
Mar
(1) |
Apr
(16) |
May
(2) |
Jun
(12) |
Jul
(1) |
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(7) |
2013 |
Jan
(8) |
Feb
|
Mar
(13) |
Apr
(2) |
May
(13) |
Jun
(44) |
Jul
|
Aug
(13) |
Sep
(12) |
Oct
(11) |
Nov
(7) |
Dec
(6) |
2014 |
Jan
(3) |
Feb
(4) |
Mar
(9) |
Apr
(1) |
May
|
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
(3) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: shelarcy <she...@gm...> - 2008-02-25 10:59:12
|
Hi Eric, On Mon, 25 Feb 2008 09:03:19 +0900, Eric Kow <eri...@gm...> wrote: > Mon Feb 25 00:01:09 GMT 2008 Eric Kow <eri...@gm...> > * Implement an --enable-mediactrl configure flag. > with mediactrl disabled by default. Your patch has bug in below part. > hunk ./configure 376 > wxtoolkit=3D"$arg";; > -with-opengl|--with-opengl) > withopengl=3D"yes";; > + -with-mediactrl|--with-mediactrl) > + withopengl=3D"yes";; > -with-stc|--with-stc) > withstc=3D"yes";; > -wx-config=3D*|--wx-config=3D*) -with-mediactrl option enable withopengl flag instead of withmediactrl flag. So this patch must cause problems. $ runhaskell Setup.lhs configure --configure-opt="--with-mediactrl --with-stc" -=-= Cabal executing: /bin/sh configure --with-hc=ghc --with-mediactrl --with-stc=-=- (snip) extensions: openGL: yes mediactrl: no stc: yes Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric K. <eri...@gm...> - 2008-02-25 00:15:37
|
Mon Feb 25 00:13:28 GMT 2008 Eric Kow <eri...@gm...> * Add a test case for start >> start (1610984) |
From: Eric K. <eri...@gm...> - 2008-02-25 00:03:22
|
I'm guessing that we may need to implement a WXC_REFUSE_MEDIACTRL similarly to what we did for opengl Mon Feb 25 00:01:09 GMT 2008 Eric Kow <eri...@gm...> * Implement an --enable-mediactrl configure flag. with mediactrl disabled by default. |
From: Eric Y. K. <eri...@gm...> - 2008-02-24 23:43:29
|
On Sun, Feb 24, 2008 at 19:12:10 +0000, Eric Kow wrote: > Sun Feb 24 18:55:57 GMT 2008 Eric Kow <eri...@gm...> > * Add a diagram of wxhaskell components. Pushing this in right away, as I have no reason to believe it would be objectionable. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric K. <eri...@gm...> - 2008-02-24 19:12:19
|
Maybe something like this would be useful for new wxhaskell developers? Note that it might be wrong in places. See also <http://koweycode.blogspot.com/2008/02/wxhaskell-components-and-news.html> Oh and by the way, wxhaskell-devel is now on Gmane. Sun Feb 24 18:55:57 GMT 2008 Eric Kow <eri...@gm...> * Add a diagram of wxhaskell components. |
From: Eric Y. K. <eri...@gm...> - 2008-02-24 15:29:57
|
On Sun, Feb 24, 2008 at 23:36:17 +0900, shelarcy wrote: > > Maybe. But let's wait first to see if --enable-shared workes for you > > You're right. > I can run wxHaskell program with that version. Thanks for the update! Pushed. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-02-24 14:36:24
|
Hi Eric, On Tue, 19 Feb 2008 17:28:10 +0900, Eric Y. Kow <eri...@gm...> wrote: > Maybe. But let's wait first to see if --enable-shared workes for you You're right. I can run wxHaskell program with that version. >> This change breaks my environment. >> I can't run wxHaskell program with this change. --enable-shared option solve this problem. So we don't worry about that problem if we change building instruction. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-02-19 22:54:56
|
> Tue Feb 19 17:19:12 GMT 2008 Eric Kow <eri...@gm...> > * Eliminate mandatory --with-opengl on Linux. I went ahead and pushed this. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric K. <eri...@gm...> - 2008-02-19 17:24:34
|
This fixes a longstanding source of irritation for me. With this patch, I think users will no longer be required to compile --with-opengl (unless they want to). Hmm, maybe it's time to release a 0.10.3 on hackage so that cabal install wx will 'just work' on Linux Tue Feb 19 17:19:12 GMT 2008 Eric Kow <eri...@gm...> * Eliminate mandatory --with-opengl on Linux. If wxWidgets is compiled with opengl, its header files #define wxUSE_GLCANVAS 1 (See, for example, /usr/lib/wx/include/gtk2-unicode-release-2.6/wx/setup.h on Ubuntu Gutsy Gibbon), which causes us to compile glcanvas as if we were going to link against the wxWidgets opengl library. But since we are not linking against that, the user gets errors compiling their applications. Here we introduce an extra preprocessor flag to really insist that no, despite what wxWidgets says, we don't want to use GLCANVAS. |
From: Eric Y. K. <eri...@gm...> - 2008-02-19 08:41:08
|
Thanks, pushed! -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-02-19 08:28:18
|
On Tue, Feb 19, 2008 at 14:27:10 +0900, shelarcy wrote: > How about add --with-intermediate option to configure file instead of > just removing intermediate step? Maybe. But let's wait first to see if --enable-shared workes for you > This change breaks my environment. > I can't run wxHaskell program with this change. Argh :-) > I think this is very complex problem. > If Malcom uses PowerPC Mac, it depends on XCode and XCode install setting. Interesting. We should probably aim for the latest version of XCode with default settings. > I'll test with --enable-shared option this week (sorry, I'm busy today and tomorrow), > but I guess we can't solve this problem by that. Ok. I'll wait for your report on this before doing anything with this patch. Cheers, -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-02-19 05:27:21
|
Hi Eric, On Tue, 19 Feb 2008 08:09:40 +0900, Eric Y. Kow <eri...@gm...> wrote: > Any ideas on this one, shelarcy? How about add --with-intermediate option to configure file instead of just removing intermediate step? This change breaks my environment. I can't run wxHaskell program with this change. http://www.mail-archive.com/wxh...@li.../msg00287.html > Interestingly, Malcolm (and more > recently I, but I'm on Intel) have been succesful with --enable-shared, > which is the opposite what the wxhaskell intstructions traditionally > said, I think. I think this is very complex problem. If Malcom uses PowerPC Mac, it depends on XCode and XCode install setting. I'll test with --enable-shared option this week (sorry, I'm busy today and tomorrow), but I guess we can't solve this problem by that. I'm using below option to build wxWidgets now. ./configure --enable-unicode --enable-sound --enable-mediactrl --disable-shared --with-odbc --with-opengl Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: shelarcy <she...@gm...> - 2008-02-19 04:57:47
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Tue Feb 19 12:41:44 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Fix: wxPrint**, wxPreviveFrame** and other function causes link error b= y undefined reference on Windows (Visual Studio). --=_ Content-Type: text/x-darcs-patch; name="fix_-wxprint___-wxpreviveframe__-and-other-function-causes-link-error-by-undefined-reference-on-windows-_visual-studio__.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Fix: wxPrint**, wxPreviveFrame** and other function causes link error by u= ndefined reference on Windows (Visual Studio). shelarcy <she...@gm...>**20080219034144] { hunk ./wxc/src/previewframe.cpp 1 -#include "ewxw_def.h" +#include "wrapper.h" hunk ./wxc/src/printout.cpp 1 -#include "ewxw_def.h"=0D +#include "wrapper.h"=0D } Context: [Cleanup passing of std/media/stc/opengl to wx-config. Eric Kow <eri...@gm...>**20080218130345] = [Export TabPage type synonym (bug 1349475) Eric Kow <eri...@gm...>**20080218005112] = [Add ListControl test case (bug 1742979) Eric Kow <eri...@gm...>**20080218002441 This might only be a bug on Windows, if at all. ] = [Add test case textColor attribute (bug 1224727). Eric Kow <eri...@gm...>**20080218000738] = [Fix Landscape printing (bug 1168903). Eric Kow <eri...@gm...>**20080217235724 = Filed on behalf on Lennart Augustson <le...@au...>, who submitted a regular Unix patch. ] = [Add BoxedCombinator test case (bug 1549363) Eric Kow <eri...@gm...>**20080217233719] = [Add Sound type's Media class stop method. shelarcy <she...@gm...>**20080218160511] = [Fix STC* test cases. shelarcy <she...@gm...>**20080218155734] = [Fix: wrapper.h and sound.cpp doesn't care about wxWindows 2.4.2. shelarcy <she...@gm...>**20080218155605] = [Sync Visual Studio Project's source flatten away ewxw directories. shelarcy <she...@gm...>**20080218142201] = [Add the submenu bug. Eric Kow <eri...@gm...>**20080217174326] = [Add NonModalDialog test case (bug #1372529) Eric Kow <eri...@gm...>**20080217174203] = [Add a bugs directory for test cases. Eric Kow <eri...@gm...>**20080217174142] = [Fix UTF8Sampler test case. Eric Kow <eri...@gm...>**20080217130553] = [Fix typo pointed out on bugtracker. Eric Kow <eri...@gm...>**20080217114303] = [dos2unix files that have both CRLF and LF line terminators Eric Kow <eri...@gm...>**20080217095711 = Text editors get confused by these. Get rid of trailing whitespace while we're at it. ] = [Flatten away ewxw directories. Eric Kow <eri...@gm...>**20080217094929 = This is to mirror the wxc project, making it easier to compare our version of wxc with the standalone one. ] = [Remove unused ewxw files. Eric Kow <eri...@gm...>**20080217082029 = There is an overlap between ./wxc/src/ewxw and ./wxc/src. The makefile se= ems to ignore the ones in ewxw. ] = [Synch Visual Studio Project's wxc library version shelarcy <she...@gm...>**20080216161420] = [Synch Visual Studio Project's output dir same as makefile shelarcy <she...@gm...>**20080216155656] = [Ugly hack to make setup haddock work without first building. Eric Kow <eri...@gm...>**20080216135157] = [Bump to 0.10.2. Eric Kow <eri...@gm...>**20080216130854] = [Mimick cabal in placement of haddocks. Eric Kow <eri...@gm...>**20080216130819] = [Move cabal stuff to end of makefile. Eric Kow <eri...@gm...>**20080216125445 so that all variables are defined. ] = [Add Hs-Source-Dirs for wxcore.cabal. Eric Kow <eri...@gm...>**20080216125112 In case we ever switch to the Simple build type. ] = [Re-add time package dependency (needed by wxdirect). Eric Kow <eri...@gm...>**20080216124853] = [Improve description and synopsis of cabal files. Eric Kow <eri...@gm...>**20080216124832] = [Split doc building into wxcore and wx version. Eric Kow <eri...@gm...>**20080216124746] = [Modernise haskell98 imports in wxdirect. Eric Kow <eri...@gm...>**20080216120113] = [Prefer /usr/local/wxhaskell/bin/wx-config to the one on the path. Eric Kow <eri...@gm...>**20080216113844 = This makes it easier to install wxhaskell via cabal-install. Just set up a symbolic link to point to point to your wxWidgets, no need for the --wx-config flag. ] = [Add some --bindir, --datadir, --libexecdir to configure script. Eric Kow <eri...@gm...>**20080216113837 For Cabal. The last two are ignored. ] = [Change output dir to 'dist' to mimick cabal. Eric Kow <eri...@gm...>**20080216104847] = [Modernise haskell98 imports in wxcore. Eric Kow <eri...@gm...>**20080216100020] = [Consolidate build targets which exist purely for the sake of Cabal. Eric Kow <eri...@gm...>**20080216095845] = [Fix some dependencies that Ross Paterson pointed out. Eric Kow <eri...@gm...>**20080215181444] = [TAG 0.10.1 Eric Kow <eri...@gm...>**20080215173503] = Patch bundle hash: 7d14e6d7f641b1361d3b06bb5354cbf8c59d0672 --=_-- . |
From: Eric Y. K. <eri...@gm...> - 2008-02-18 23:11:25
|
Any ideas on this one, shelarcy? Interestingly, Malcolm (and more recently I, but I'm on Intel) have been succesful with --enable-shared, which is the opposite what the wxhaskell intstructions traditionally said, I think. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric K. <eri...@gm...> - 2008-02-18 22:59:21
|
Hi shelarcy and list, Any thoughts on this patch? I realise it undoes your partial undo, but maybe new build data from Malcolm might give us a clue where to go. Interestingly, it looks like like --enable-shared is the right way to go, and not --disable-shared like we have traditionally been telling everyone (I don't fully understand why either way). If this is so, all the better, I guess since --enable-shared tends to be default (?) Mon Feb 18 22:52:00 GMT 2008 Eric Kow <eri...@gm...> * (OS X) Skip intermediate step of compiling master.o (revisited!) I'm going to quote some mails from Malcolm Wallace on wxhaskel-users in early 2008-02. First message: > I'm attempting to install wxHaskell from the darcs repo at > darcs.haskell.org, under ghc-6.6. on MacOS 10.4.11, with > wxMac-2.6.4. > > The compilation of wxHaskell seems to proceed OK until the link > stage: > > g++ -r -keep_private_externs -nostdlib -o out/wxc/master.o .... > > which failed because there is no -lstdc++-static on my machine. I > found the place in the makefile to replace -lstdc++-static with > the dynamic -lstdc++, and compilation proceeds further, but not > much: > > g++ -dynamiclib -install_name\ > /usr/local/wxhaskell/lib/libwxc-mac2.6.4-0.10.1.dylib -undefined suppress\ > -flat_namespace -o out/wxc/libwxc-mac2.6.4-0.10.1.dylib out/wxc/master.o\ > -lwx_macu_gl-2.6 -L/usr/local/lib -framework QuickTime -framework IOKit\ > -framework Carbon -framework Cocoa -framework System -lwx_macu_media-2.6\ > -lwx_macu-2.6 > ld: out/wxc/master.o undefined symbol 12387 (__ZTI10wxListBase) can't be a weak definition > /usr/bin/libtool: internal link edit command failed > > The offending symbol __ZTI10wxListBase looks like it might be a > z-encoded symbol from Haskell-land, but I'm not sure how to proceed. Second message: > A correct build on MacOS 10.4.11 with ghc-6.6 requires that > wxWidgets is configured with --enable-shared, and that this patch: > > (OS X) Check architecture to use intermediate step of compiling > master.o or not. > > be darcs unpulled from your local repo. > > With these tweaks, wxHaskell builds, compiles, and runs the demo > programs. |
From: Eric Y. K. <eri...@gm...> - 2008-02-18 22:28:37
|
Hi! I think you replied to the wrong list (or I messed up) ;-) On Tue, Feb 19, 2008 at 02:03:46 +0900, shelarcy wrote: > Hi Eric, > > On Mon, 18 Feb 2008 22:14:53 +0900, Eric Kow <eri...@gm...> wrote: > > I wonder if this breaks under wxWidgets 2.4 (does it not accept > > the gl option?) > > wxMedia** classes are wxWidgets 2.6's new feature. > > > + wxlibswanted=3D"std media" > > So I think you can't specify media library under wxWidgets 2.4. > I forgot that point. Oh, I guess that's not any more broken than before this patch. I'll just push this in and we can see about fixing the media issue. > > Best Regards, > > > Mon Feb 18 13:03:45 GMT 2008 Eric Kow <eri...@gm...> > > * Cleanup passing of std/media/stc/opengl to wx-config. > > -- > shelarcy <shelarcy hotmail.co.jp> > http://page.freett.com/shelarcy/ -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-02-18 22:26:48
|
Thanks! Will push this in shortly. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-02-18 16:28:37
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Mon Feb 18 23:22:01 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Sync Visual Studio Project's source flatten away ewxw directories. Tue Feb 19 00:56:05 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Fix: wrapper.h and sound.cpp doesn't care about wxWindows 2.4.2. Tue Feb 19 00:57:34 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Fix STC* test cases. Tue Feb 19 01:05:11 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Add Sound type's Media class stop method. --=_ Content-Type: text/x-darcs-patch; name="sync-visual-studio-project_s-source-flatten-away-ewxw-directories_.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Sync Visual Studio Project's source flatten away ewxw directories. shelarcy <she...@gm...>**20080218142201] { hunk ./wxc/wxc-2.4.dsp 46 -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\wxWindows-2.4.2\lib\mswu" /I "= include" /I "src\ewxw" /I "..\..\wxWindows-2.4.2\contrib\include" /I "..\..= \wxWindows-2.4.2\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /= D "_USRDLL" /D "WXC_EXPORTS" /D WINVER=3D0x400 /D "_MT" /D wxUSE_GUI=3D1 /D= wxUSE_UNICODE=3D1 /D BUILD_WXC=3D1 /D "_DLL" /YX /FD /c=0D +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\wxWindows-2.4.2\lib\mswu" /I "= include" /I "..\..\wxWindows-2.4.2\contrib\include" /I "..\..\wxWindows-2.4= .2\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D= "WXC_EXPORTS" /D WINVER=3D0x400 /D "_MT" /D wxUSE_GUI=3D1 /D wxUSE_UNICODE= =3D1 /D BUILD_WXC=3D1 /D "_DLL" /YX /FD /c=0D hunk ./wxc/wxc-2.4.dsp 76 -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\wxWindows-2.4.2\lib\m= swud" /I "..\..\wxWindows-2.4.2\contrib\include" /I "include" /I "src\ewxw"= /I "..\..\wxWindows-2.4.2\include" /D "_DEBUG" /D "__WXDEBUG__" /D WXDEBUG= =3D1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXC_EXPORTS" /D W= INVER=3D0x400 /D "_MT" /D wxUSE_GUI=3D1 /D wxUSE_UNICODE=3D1 /D BUILD_WXC= =3D1 /D "_DLL" /YX /FD /GZ /c=0D +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\wxWindows-2.4.2\lib\m= swud" /I "..\..\wxWindows-2.4.2\contrib\include" /I "include" /I "..\..\wxW= indows-2.4.2\include" /D "_DEBUG" /D "__WXDEBUG__" /D WXDEBUG=3D1 /D "WIN32= " /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXC_EXPORTS" /D WINVER=3D0x400 = /D "_MT" /D wxUSE_GUI=3D1 /D wxUSE_UNICODE=3D1 /D BUILD_WXC=3D1 /D "_DLL" /= YX /FD /GZ /c=0D hunk ./wxc/wxc-2.4.dsp 254 -SOURCE=3D.\src\ewxw\eljaccelerator.cpp=0D +SOURCE=3D.\src\eljaccelerator.cpp=0D hunk ./wxc/wxc-2.4.dsp 258 -SOURCE=3D.\src\ewxw\eljartprov.cpp=0D +SOURCE=3D.\src\eljartprov.cpp=0D hunk ./wxc/wxc-2.4.dsp 262 -SOURCE=3D.\src\ewxw\eljbitmap.cpp=0D +SOURCE=3D.\src\eljbitmap.cpp=0D hunk ./wxc/wxc-2.4.dsp 266 -SOURCE=3D.\src\ewxw\eljbrush.cpp=0D +SOURCE=3D.\src\eljbrush.cpp=0D hunk ./wxc/wxc-2.4.dsp 270 -SOURCE=3D.\src\ewxw\eljbusyinfo.cpp=0D +SOURCE=3D.\src\eljbusyinfo.cpp=0D hunk ./wxc/wxc-2.4.dsp 274 -SOURCE=3D.\src\ewxw\eljbutton.cpp=0D +SOURCE=3D.\src\eljbutton.cpp=0D hunk ./wxc/wxc-2.4.dsp 278 -SOURCE=3D.\src\ewxw\eljcalendarctrl.cpp=0D +SOURCE=3D.\src\eljcalendarctrl.cpp=0D hunk ./wxc/wxc-2.4.dsp 282 -SOURCE=3D.\src\ewxw\eljcaret.cpp=0D +SOURCE=3D.\src\eljcaret.cpp=0D hunk ./wxc/wxc-2.4.dsp 286 -SOURCE=3D.\src\ewxw\eljcheckbox.cpp=0D +SOURCE=3D.\src\eljcheckbox.cpp=0D hunk ./wxc/wxc-2.4.dsp 290 -SOURCE=3D.\src\ewxw\eljchecklistbox.cpp=0D +SOURCE=3D.\src\eljchecklistbox.cpp=0D hunk ./wxc/wxc-2.4.dsp 294 -SOURCE=3D.\src\ewxw\eljchoice.cpp=0D +SOURCE=3D.\src\eljchoice.cpp=0D hunk ./wxc/wxc-2.4.dsp 298 -SOURCE=3D.\src\ewxw\eljclipboard.cpp=0D +SOURCE=3D.\src\eljclipboard.cpp=0D hunk ./wxc/wxc-2.4.dsp 302 -SOURCE=3D.\src\ewxw\eljcoldata.cpp=0D +SOURCE=3D.\src\eljcoldata.cpp=0D hunk ./wxc/wxc-2.4.dsp 306 -SOURCE=3D.\src\ewxw\eljcolour.cpp=0D +SOURCE=3D.\src\eljcolour.cpp=0D hunk ./wxc/wxc-2.4.dsp 310 -SOURCE=3D.\src\ewxw\eljcolourdlg.cpp=0D +SOURCE=3D.\src\eljcolourdlg.cpp=0D hunk ./wxc/wxc-2.4.dsp 314 -SOURCE=3D.\src\ewxw\eljcombobox.cpp=0D +SOURCE=3D.\src\eljcombobox.cpp=0D hunk ./wxc/wxc-2.4.dsp 318 -SOURCE=3D.\src\ewxw\eljconfigbase.cpp=0D +SOURCE=3D.\src\eljconfigbase.cpp=0D hunk ./wxc/wxc-2.4.dsp 322 -SOURCE=3D.\src\ewxw\eljcontrol.cpp=0D +SOURCE=3D.\src\eljcontrol.cpp=0D hunk ./wxc/wxc-2.4.dsp 326 -SOURCE=3D.\src\ewxw\eljctxhelp.cpp=0D +SOURCE=3D.\src\eljctxhelp.cpp=0D hunk ./wxc/wxc-2.4.dsp 330 -SOURCE=3D.\src\ewxw\eljcursor.cpp=0D +SOURCE=3D.\src\eljcursor.cpp=0D hunk ./wxc/wxc-2.4.dsp 334 -SOURCE=3D.\src\ewxw\eljdataformat.cpp=0D +SOURCE=3D.\src\eljdataformat.cpp=0D hunk ./wxc/wxc-2.4.dsp 338 -SOURCE=3D.\src\ewxw\eljdatetime.cpp=0D +SOURCE=3D.\src\eljdatetime.cpp=0D hunk ./wxc/wxc-2.4.dsp 342 -SOURCE=3D.\src\ewxw\eljdc.cpp=0D +SOURCE=3D.\src\eljdc.cpp=0D hunk ./wxc/wxc-2.4.dsp 346 -SOURCE=3D.\src\ewxw\eljdialog.cpp=0D +SOURCE=3D.\src\eljdialog.cpp=0D hunk ./wxc/wxc-2.4.dsp 350 -SOURCE=3D.\src\ewxw\eljdialup.cpp=0D +SOURCE=3D.\src\eljdialup.cpp=0D hunk ./wxc/wxc-2.4.dsp 354 -SOURCE=3D.\src\ewxw\eljdirdlg.cpp=0D +SOURCE=3D.\src\eljdirdlg.cpp=0D hunk ./wxc/wxc-2.4.dsp 358 -SOURCE=3D.\src\ewxw\eljdnd.cpp=0D +SOURCE=3D.\src\eljdnd.cpp=0D hunk ./wxc/wxc-2.4.dsp 362 -SOURCE=3D.\src\ewxw\eljdrawing.cpp=0D +SOURCE=3D.\src\eljdrawing.cpp=0D hunk ./wxc/wxc-2.4.dsp 366 -SOURCE=3D.\src\ewxw\eljfiledialog.cpp=0D +SOURCE=3D.\src\eljfiledialog.cpp=0D hunk ./wxc/wxc-2.4.dsp 370 -SOURCE=3D.\src\ewxw\eljfilehist.cpp=0D +SOURCE=3D.\src\eljfilehist.cpp=0D hunk ./wxc/wxc-2.4.dsp 374 -SOURCE=3D.\src\ewxw\eljfindrepldlg.cpp=0D +SOURCE=3D.\src\eljfindrepldlg.cpp=0D hunk ./wxc/wxc-2.4.dsp 378 -SOURCE=3D.\src\ewxw\eljfont.cpp=0D +SOURCE=3D.\src\eljfont.cpp=0D hunk ./wxc/wxc-2.4.dsp 382 -SOURCE=3D.\src\ewxw\eljfontdata.cpp=0D +SOURCE=3D.\src\eljfontdata.cpp=0D hunk ./wxc/wxc-2.4.dsp 386 -SOURCE=3D.\src\ewxw\eljfontdlg.cpp=0D +SOURCE=3D.\src\eljfontdlg.cpp=0D hunk ./wxc/wxc-2.4.dsp 390 -SOURCE=3D.\src\ewxw\eljframe.cpp=0D +SOURCE=3D.\src\eljframe.cpp=0D hunk ./wxc/wxc-2.4.dsp 394 -SOURCE=3D.\src\ewxw\eljgauge.cpp=0D +SOURCE=3D.\src\eljgauge.cpp=0D hunk ./wxc/wxc-2.4.dsp 398 -SOURCE=3D.\src\ewxw\eljgrid.cpp=0D +SOURCE=3D.\src\eljgrid.cpp=0D hunk ./wxc/wxc-2.4.dsp 402 -SOURCE=3D.\src\ewxw\eljhelpcontroller.cpp=0D +SOURCE=3D.\src\eljhelpcontroller.cpp=0D hunk ./wxc/wxc-2.4.dsp 406 -SOURCE=3D.\src\ewxw\eljicnbndl.cpp=0D +SOURCE=3D.\src\eljicnbndl.cpp=0D hunk ./wxc/wxc-2.4.dsp 410 -SOURCE=3D.\src\ewxw\eljicon.cpp=0D +SOURCE=3D.\src\eljicon.cpp=0D hunk ./wxc/wxc-2.4.dsp 414 -SOURCE=3D.\src\ewxw\eljimage.cpp=0D +SOURCE=3D.\src\eljimage.cpp=0D hunk ./wxc/wxc-2.4.dsp 418 -SOURCE=3D.\src\ewxw\eljimagelist.cpp=0D +SOURCE=3D.\src\eljimagelist.cpp=0D hunk ./wxc/wxc-2.4.dsp 422 -SOURCE=3D.\src\ewxw\eljipc.cpp=0D +SOURCE=3D.\src\eljipc.cpp=0D hunk ./wxc/wxc-2.4.dsp 426 -SOURCE=3D.\src\ewxw\eljlayoutconstraints.cpp=0D +SOURCE=3D.\src\eljlayoutconstraints.cpp=0D hunk ./wxc/wxc-2.4.dsp 430 -SOURCE=3D.\src\ewxw\eljlistbox.cpp=0D +SOURCE=3D.\src\eljlistbox.cpp=0D hunk ./wxc/wxc-2.4.dsp 434 -SOURCE=3D.\src\ewxw\eljlistctrl.cpp=0D +SOURCE=3D.\src\eljlistctrl.cpp=0D hunk ./wxc/wxc-2.4.dsp 438 -SOURCE=3D.\src\ewxw\eljlocale.cpp=0D +SOURCE=3D.\src\eljlocale.cpp=0D hunk ./wxc/wxc-2.4.dsp 442 -SOURCE=3D.\src\ewxw\eljlog.cpp=0D +SOURCE=3D.\src\eljlog.cpp=0D hunk ./wxc/wxc-2.4.dsp 446 -SOURCE=3D.\src\ewxw\eljmask.cpp=0D +SOURCE=3D.\src\eljmask.cpp=0D hunk ./wxc/wxc-2.4.dsp 450 -SOURCE=3D.\src\ewxw\eljmdi.cpp=0D +SOURCE=3D.\src\eljmdi.cpp=0D hunk ./wxc/wxc-2.4.dsp 454 -SOURCE=3D.\src\ewxw\eljmenu.cpp=0D +SOURCE=3D.\src\eljmenu.cpp=0D hunk ./wxc/wxc-2.4.dsp 458 -SOURCE=3D.\src\ewxw\eljmenubar.cpp=0D +SOURCE=3D.\src\eljmenubar.cpp=0D hunk ./wxc/wxc-2.4.dsp 462 -SOURCE=3D.\src\ewxw\eljmessagedialog.cpp=0D +SOURCE=3D.\src\eljmessagedialog.cpp=0D hunk ./wxc/wxc-2.4.dsp 466 -SOURCE=3D.\src\ewxw\eljminiframe.cpp=0D +SOURCE=3D.\src\eljminiframe.cpp=0D hunk ./wxc/wxc-2.4.dsp 470 -SOURCE=3D.\src\ewxw\eljnotebook.cpp=0D +SOURCE=3D.\src\eljnotebook.cpp=0D hunk ./wxc/wxc-2.4.dsp 474 -SOURCE=3D.\src\ewxw\eljpalette.cpp=0D +SOURCE=3D.\src\eljpalette.cpp=0D hunk ./wxc/wxc-2.4.dsp 478 -SOURCE=3D.\src\ewxw\eljpanel.cpp=0D +SOURCE=3D.\src\eljpanel.cpp=0D hunk ./wxc/wxc-2.4.dsp 482 -SOURCE=3D.\src\ewxw\eljpen.cpp=0D +SOURCE=3D.\src\eljpen.cpp=0D hunk ./wxc/wxc-2.4.dsp 486 -SOURCE=3D.\src\ewxw\eljprintdlg.cpp=0D +SOURCE=3D.\src\eljprintdlg.cpp=0D hunk ./wxc/wxc-2.4.dsp 490 -SOURCE=3D.\src\ewxw\eljprinting.cpp=0D +SOURCE=3D.\src\eljprinting.cpp=0D hunk ./wxc/wxc-2.4.dsp 494 -SOURCE=3D.\src\ewxw\eljprocess.cpp=0D +SOURCE=3D.\src\eljprocess.cpp=0D hunk ./wxc/wxc-2.4.dsp 498 -SOURCE=3D.\src\ewxw\eljradiobox.cpp=0D +SOURCE=3D.\src\eljradiobox.cpp=0D hunk ./wxc/wxc-2.4.dsp 502 -SOURCE=3D.\src\ewxw\eljradiobutton.cpp=0D +SOURCE=3D.\src\eljradiobutton.cpp=0D hunk ./wxc/wxc-2.4.dsp 506 -SOURCE=3D.\src\ewxw\eljregion.cpp=0D +SOURCE=3D.\src\eljregion.cpp=0D hunk ./wxc/wxc-2.4.dsp 510 -SOURCE=3D.\src\ewxw\eljregioniter.cpp=0D +SOURCE=3D.\src\eljregioniter.cpp=0D hunk ./wxc/wxc-2.4.dsp 514 -SOURCE=3D.\src\ewxw\eljsash.cpp=0D +SOURCE=3D.\src\eljsash.cpp=0D hunk ./wxc/wxc-2.4.dsp 518 -SOURCE=3D.\src\ewxw\eljscintilla.cpp=0D +SOURCE=3D.\src\eljscintilla.cpp=0D hunk ./wxc/wxc-2.4.dsp 522 -SOURCE=3D.\src\ewxw\eljscrollbar.cpp=0D +SOURCE=3D.\src\eljscrollbar.cpp=0D hunk ./wxc/wxc-2.4.dsp 526 -SOURCE=3D.\src\ewxw\eljscrolledwindow.cpp=0D +SOURCE=3D.\src\eljscrolledwindow.cpp=0D hunk ./wxc/wxc-2.4.dsp 530 -SOURCE=3D.\src\ewxw\eljsingleinst.cpp=0D +SOURCE=3D.\src\eljsingleinst.cpp=0D hunk ./wxc/wxc-2.4.dsp 534 -SOURCE=3D.\src\ewxw\eljsizer.cpp=0D +SOURCE=3D.\src\eljsizer.cpp=0D hunk ./wxc/wxc-2.4.dsp 538 -SOURCE=3D.\src\ewxw\eljslider.cpp=0D +SOURCE=3D.\src\eljslider.cpp=0D hunk ./wxc/wxc-2.4.dsp 542 -SOURCE=3D.\src\ewxw\eljspinctrl.cpp=0D +SOURCE=3D.\src\eljspinctrl.cpp=0D hunk ./wxc/wxc-2.4.dsp 546 -SOURCE=3D.\src\ewxw\eljsplitterwindow.cpp=0D +SOURCE=3D.\src\eljsplitterwindow.cpp=0D hunk ./wxc/wxc-2.4.dsp 550 -SOURCE=3D.\src\ewxw\eljstaticbox.cpp=0D +SOURCE=3D.\src\eljstaticbox.cpp=0D hunk ./wxc/wxc-2.4.dsp 554 -SOURCE=3D.\src\ewxw\eljstaticline.cpp=0D +SOURCE=3D.\src\eljstaticline.cpp=0D hunk ./wxc/wxc-2.4.dsp 558 -SOURCE=3D.\src\ewxw\eljstatictext.cpp=0D +SOURCE=3D.\src\eljstatictext.cpp=0D hunk ./wxc/wxc-2.4.dsp 562 -SOURCE=3D.\src\ewxw\eljstatusbar.cpp=0D +SOURCE=3D.\src\eljstatusbar.cpp=0D hunk ./wxc/wxc-2.4.dsp 566 -SOURCE=3D.\src\ewxw\eljsystemsettings.cpp=0D +SOURCE=3D.\src\eljsystemsettings.cpp=0D hunk ./wxc/wxc-2.4.dsp 570 -SOURCE=3D.\src\ewxw\eljtextctrl.cpp=0D +SOURCE=3D.\src\eljtextctrl.cpp=0D hunk ./wxc/wxc-2.4.dsp 574 -SOURCE=3D.\src\ewxw\eljtglbtn.cpp=0D +SOURCE=3D.\src\eljtglbtn.cpp=0D hunk ./wxc/wxc-2.4.dsp 578 -SOURCE=3D.\src\ewxw\eljthread.cpp=0D +SOURCE=3D.\src\eljthread.cpp=0D hunk ./wxc/wxc-2.4.dsp 582 -SOURCE=3D.\src\ewxw\eljtimer.cpp=0D +SOURCE=3D.\src\eljtimer.cpp=0D hunk ./wxc/wxc-2.4.dsp 586 -SOURCE=3D.\src\ewxw\eljtipwnd.cpp=0D +SOURCE=3D.\src\eljtipwnd.cpp=0D hunk ./wxc/wxc-2.4.dsp 590 -SOURCE=3D.\src\ewxw\eljtoolbar.cpp=0D +SOURCE=3D.\src\eljtoolbar.cpp=0D hunk ./wxc/wxc-2.4.dsp 594 -SOURCE=3D.\src\ewxw\eljvalidator.cpp=0D +SOURCE=3D.\src\eljvalidator.cpp=0D hunk ./wxc/wxc-2.4.dsp 598 -SOURCE=3D.\src\ewxw\eljwindow.cpp=0D +SOURCE=3D.\src\eljwindow.cpp=0D hunk ./wxc/wxc-2.4.dsp 602 -SOURCE=3D.\src\ewxw\eljwizard.cpp=0D +SOURCE=3D.\src\eljwizard.cpp=0D hunk ./wxc/wxc-2.4.dsp 606 -SOURCE=3D.\src\ewxw\Scintilla.h=0D +SOURCE=3D.\src\Scintilla.h=0D hunk ./wxc/wxc-2.4.dsp 614 -SOURCE=3D.\include\ewxw\wxc_glue.h=0D +SOURCE=3D.\include\wxc_glue.h=0D hunk ./wxc/wxc-2.4.dsp 618 -SOURCE=3D.\include\ewxw\wxc_types.h=0D +SOURCE=3D.\include\wxc_types.h=0D hunk ./wxc/wxc-2.6.dsp 46 -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\wxWidgets-2.6.4\lib\vc_lib\msw= u" /I "..\..\wxWidgets-2.6.4\contrib\include" /I "include" /I "src\ewxw" /I= "..\..\wxWidgets-2.6.4\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_= MBCS" /D "_USRDLL" /D "WXC_EXPORTS" /D WINVER=3D0x400 /D "_MT" /D wxUSE_GUI= =3D1 /D wxUSE_UNICODE=3D1 /D wxUSE_STC=3D1 /D BUILD_WXC=3D1 /D "_DLL" /YX /= FD /c=0D +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\wxWidgets-2.6.4\lib\vc_lib\msw= u" /I "..\..\wxWidgets-2.6.4\contrib\include" /I "include" /I "..\..\wxWidg= ets-2.6.4\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USR= DLL" /D "WXC_EXPORTS" /D WINVER=3D0x400 /D "_MT" /D wxUSE_GUI=3D1 /D wxUSE_= UNICODE=3D1 /D wxUSE_STC=3D1 /D BUILD_WXC=3D1 /D "_DLL" /YX /FD /c=0D hunk ./wxc/wxc-2.6.dsp 77 -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\wxWidgets-2.6.4\lib\v= c_lib\mswud" /I "include" /I "src\ewxw" /I "..\..\wxWidgets-2.6.4\include" = /I "..\..\wxWidgets-2.6.4\contrib\include" /D "_DEBUG" /D "__WXDEBUG__" /D = WXDEBUG=3D1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXC_EXPORT= S" /D WINVER=3D0x400 /D "_MT" /D wxUSE_GUI=3D1 /D wxUSE_UNICODE=3D1 /D wxUS= E_STC=3D1 /D BUILD_WXC=3D1 /D "_DLL" /YX /FD /GZ /c=0D +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\wxWidgets-2.6.4\lib\v= c_lib\mswud" /I "include" /I "..\..\wxWidgets-2.6.4\include" /I "..\..\wxWi= dgets-2.6.4\contrib\include" /D "_DEBUG" /D "__WXDEBUG__" /D WXDEBUG=3D1 /D= "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXC_EXPORTS" /D WINVER= =3D0x400 /D "_MT" /D wxUSE_GUI=3D1 /D wxUSE_UNICODE=3D1 /D wxUSE_STC=3D1 /D= BUILD_WXC=3D1 /D "_DLL" /YX /FD /GZ /c=0D hunk ./wxc/wxc-2.6.dsp 256 -SOURCE=3D.\src\ewxw\eljaccelerator.cpp=0D +SOURCE=3D.\src\eljaccelerator.cpp=0D hunk ./wxc/wxc-2.6.dsp 260 -SOURCE=3D.\src\ewxw\eljartprov.cpp=0D +SOURCE=3D.\src\eljartprov.cpp=0D hunk ./wxc/wxc-2.6.dsp 264 -SOURCE=3D.\src\ewxw\eljbitmap.cpp=0D +SOURCE=3D.\src\eljbitmap.cpp=0D hunk ./wxc/wxc-2.6.dsp 268 -SOURCE=3D.\src\ewxw\eljbrush.cpp=0D +SOURCE=3D.\src\eljbrush.cpp=0D hunk ./wxc/wxc-2.6.dsp 272 -SOURCE=3D.\src\ewxw\eljbusyinfo.cpp=0D +SOURCE=3D.\src\eljbusyinfo.cpp=0D hunk ./wxc/wxc-2.6.dsp 276 -SOURCE=3D.\src\ewxw\eljbutton.cpp=0D +SOURCE=3D.\src\eljbutton.cpp=0D hunk ./wxc/wxc-2.6.dsp 280 -SOURCE=3D.\src\ewxw\eljcalendarctrl.cpp=0D +SOURCE=3D.\src\eljcalendarctrl.cpp=0D hunk ./wxc/wxc-2.6.dsp 284 -SOURCE=3D.\src\ewxw\eljcaret.cpp=0D +SOURCE=3D.\src\eljcaret.cpp=0D hunk ./wxc/wxc-2.6.dsp 288 -SOURCE=3D.\src\ewxw\eljcheckbox.cpp=0D +SOURCE=3D.\src\eljcheckbox.cpp=0D hunk ./wxc/wxc-2.6.dsp 292 -SOURCE=3D.\src\ewxw\eljchecklistbox.cpp=0D +SOURCE=3D.\src\eljchecklistbox.cpp=0D hunk ./wxc/wxc-2.6.dsp 296 -SOURCE=3D.\src\ewxw\eljchoice.cpp=0D +SOURCE=3D.\src\eljchoice.cpp=0D hunk ./wxc/wxc-2.6.dsp 300 -SOURCE=3D.\src\ewxw\eljclipboard.cpp=0D +SOURCE=3D.\src\eljclipboard.cpp=0D hunk ./wxc/wxc-2.6.dsp 304 -SOURCE=3D.\src\ewxw\eljcoldata.cpp=0D +SOURCE=3D.\src\eljcoldata.cpp=0D hunk ./wxc/wxc-2.6.dsp 308 -SOURCE=3D.\src\ewxw\eljcolour.cpp=0D +SOURCE=3D.\src\eljcolour.cpp=0D hunk ./wxc/wxc-2.6.dsp 312 -SOURCE=3D.\src\ewxw\eljcolourdlg.cpp=0D +SOURCE=3D.\src\eljcolourdlg.cpp=0D hunk ./wxc/wxc-2.6.dsp 316 -SOURCE=3D.\src\ewxw\eljcombobox.cpp=0D +SOURCE=3D.\src\eljcombobox.cpp=0D hunk ./wxc/wxc-2.6.dsp 320 -SOURCE=3D.\src\ewxw\eljconfigbase.cpp=0D +SOURCE=3D.\src\eljconfigbase.cpp=0D hunk ./wxc/wxc-2.6.dsp 324 -SOURCE=3D.\src\ewxw\eljcontrol.cpp=0D +SOURCE=3D.\src\eljcontrol.cpp=0D hunk ./wxc/wxc-2.6.dsp 328 -SOURCE=3D.\src\ewxw\eljctxhelp.cpp=0D +SOURCE=3D.\src\eljctxhelp.cpp=0D hunk ./wxc/wxc-2.6.dsp 332 -SOURCE=3D.\src\ewxw\eljcursor.cpp=0D +SOURCE=3D.\src\eljcursor.cpp=0D hunk ./wxc/wxc-2.6.dsp 336 -SOURCE=3D.\src\ewxw\eljdataformat.cpp=0D +SOURCE=3D.\src\eljdataformat.cpp=0D hunk ./wxc/wxc-2.6.dsp 340 -SOURCE=3D.\src\ewxw\eljdatetime.cpp=0D +SOURCE=3D.\src\eljdatetime.cpp=0D hunk ./wxc/wxc-2.6.dsp 344 -SOURCE=3D.\src\ewxw\eljdc.cpp=0D +SOURCE=3D.\src\eljdc.cpp=0D hunk ./wxc/wxc-2.6.dsp 348 -SOURCE=3D.\src\ewxw\eljdialog.cpp=0D +SOURCE=3D.\src\eljdialog.cpp=0D hunk ./wxc/wxc-2.6.dsp 352 -SOURCE=3D.\src\ewxw\eljdialup.cpp=0D +SOURCE=3D.\src\eljdialup.cpp=0D hunk ./wxc/wxc-2.6.dsp 356 -SOURCE=3D.\src\ewxw\eljdirdlg.cpp=0D +SOURCE=3D.\src\eljdirdlg.cpp=0D hunk ./wxc/wxc-2.6.dsp 360 -SOURCE=3D.\src\ewxw\eljdnd.cpp=0D +SOURCE=3D.\src\eljdnd.cpp=0D hunk ./wxc/wxc-2.6.dsp 364 -SOURCE=3D.\src\ewxw\eljdrawing.cpp=0D +SOURCE=3D.\src\eljdrawing.cpp=0D hunk ./wxc/wxc-2.6.dsp 368 -SOURCE=3D.\src\ewxw\eljfiledialog.cpp=0D +SOURCE=3D.\src\eljfiledialog.cpp=0D hunk ./wxc/wxc-2.6.dsp 372 -SOURCE=3D.\src\ewxw\eljfilehist.cpp=0D +SOURCE=3D.\src\eljfilehist.cpp=0D hunk ./wxc/wxc-2.6.dsp 376 -SOURCE=3D.\src\ewxw\eljfindrepldlg.cpp=0D +SOURCE=3D.\src\eljfindrepldlg.cpp=0D hunk ./wxc/wxc-2.6.dsp 380 -SOURCE=3D.\src\ewxw\eljfont.cpp=0D +SOURCE=3D.\src\eljfont.cpp=0D hunk ./wxc/wxc-2.6.dsp 384 -SOURCE=3D.\src\ewxw\eljfontdata.cpp=0D +SOURCE=3D.\src\eljfontdata.cpp=0D hunk ./wxc/wxc-2.6.dsp 388 -SOURCE=3D.\src\ewxw\eljfontdlg.cpp=0D +SOURCE=3D.\src\eljfontdlg.cpp=0D hunk ./wxc/wxc-2.6.dsp 392 -SOURCE=3D.\src\ewxw\eljframe.cpp=0D +SOURCE=3D.\src\eljframe.cpp=0D hunk ./wxc/wxc-2.6.dsp 396 -SOURCE=3D.\src\ewxw\eljgauge.cpp=0D +SOURCE=3D.\src\eljgauge.cpp=0D hunk ./wxc/wxc-2.6.dsp 400 -SOURCE=3D.\src\ewxw\eljgrid.cpp=0D +SOURCE=3D.\src\eljgrid.cpp=0D hunk ./wxc/wxc-2.6.dsp 404 -SOURCE=3D.\src\ewxw\eljhelpcontroller.cpp=0D +SOURCE=3D.\src\eljhelpcontroller.cpp=0D hunk ./wxc/wxc-2.6.dsp 408 -SOURCE=3D.\src\ewxw\eljicnbndl.cpp=0D +SOURCE=3D.\src\eljicnbndl.cpp=0D hunk ./wxc/wxc-2.6.dsp 412 -SOURCE=3D.\src\ewxw\eljicon.cpp=0D +SOURCE=3D.\src\eljicon.cpp=0D hunk ./wxc/wxc-2.6.dsp 416 -SOURCE=3D.\src\ewxw\eljimage.cpp=0D +SOURCE=3D.\src\eljimage.cpp=0D hunk ./wxc/wxc-2.6.dsp 420 -SOURCE=3D.\src\ewxw\eljimagelist.cpp=0D +SOURCE=3D.\src\eljimagelist.cpp=0D hunk ./wxc/wxc-2.6.dsp 424 -SOURCE=3D.\src\ewxw\eljipc.cpp=0D +SOURCE=3D.\src\eljipc.cpp=0D hunk ./wxc/wxc-2.6.dsp 428 -SOURCE=3D.\src\ewxw\eljlayoutconstraints.cpp=0D +SOURCE=3D.\src\eljlayoutconstraints.cpp=0D hunk ./wxc/wxc-2.6.dsp 432 -SOURCE=3D.\src\ewxw\eljlistbox.cpp=0D +SOURCE=3D.\src\eljlistbox.cpp=0D hunk ./wxc/wxc-2.6.dsp 436 -SOURCE=3D.\src\ewxw\eljlistctrl.cpp=0D +SOURCE=3D.\src\eljlistctrl.cpp=0D hunk ./wxc/wxc-2.6.dsp 440 -SOURCE=3D.\src\ewxw\eljlocale.cpp=0D +SOURCE=3D.\src\eljlocale.cpp=0D hunk ./wxc/wxc-2.6.dsp 444 -SOURCE=3D.\src\ewxw\eljlog.cpp=0D +SOURCE=3D.\src\eljlog.cpp=0D hunk ./wxc/wxc-2.6.dsp 448 -SOURCE=3D.\src\ewxw\eljmask.cpp=0D +SOURCE=3D.\src\eljmask.cpp=0D hunk ./wxc/wxc-2.6.dsp 452 -SOURCE=3D.\src\ewxw\eljmdi.cpp=0D +SOURCE=3D.\src\eljmdi.cpp=0D hunk ./wxc/wxc-2.6.dsp 456 -SOURCE=3D.\src\ewxw\eljmenu.cpp=0D +SOURCE=3D.\src\eljmenu.cpp=0D hunk ./wxc/wxc-2.6.dsp 460 -SOURCE=3D.\src\ewxw\eljmenubar.cpp=0D +SOURCE=3D.\src\eljmenubar.cpp=0D hunk ./wxc/wxc-2.6.dsp 464 -SOURCE=3D.\src\ewxw\eljmessagedialog.cpp=0D +SOURCE=3D.\src\eljmessagedialog.cpp=0D hunk ./wxc/wxc-2.6.dsp 468 -SOURCE=3D.\src\ewxw\eljminiframe.cpp=0D +SOURCE=3D.\src\eljminiframe.cpp=0D hunk ./wxc/wxc-2.6.dsp 472 -SOURCE=3D.\src\ewxw\eljnotebook.cpp=0D +SOURCE=3D.\src\eljnotebook.cpp=0D hunk ./wxc/wxc-2.6.dsp 476 -SOURCE=3D.\src\ewxw\eljpalette.cpp=0D +SOURCE=3D.\src\eljpalette.cpp=0D hunk ./wxc/wxc-2.6.dsp 480 -SOURCE=3D.\src\ewxw\eljpanel.cpp=0D +SOURCE=3D.\src\eljpanel.cpp=0D hunk ./wxc/wxc-2.6.dsp 484 -SOURCE=3D.\src\ewxw\eljpen.cpp=0D +SOURCE=3D.\src\eljpen.cpp=0D hunk ./wxc/wxc-2.6.dsp 488 -SOURCE=3D.\src\ewxw\eljprintdlg.cpp=0D +SOURCE=3D.\src\eljprintdlg.cpp=0D hunk ./wxc/wxc-2.6.dsp 492 -SOURCE=3D.\src\ewxw\eljprinting.cpp=0D +SOURCE=3D.\src\eljprinting.cpp=0D hunk ./wxc/wxc-2.6.dsp 496 -SOURCE=3D.\src\ewxw\eljprocess.cpp=0D +SOURCE=3D.\src\eljprocess.cpp=0D hunk ./wxc/wxc-2.6.dsp 500 -SOURCE=3D.\src\ewxw\eljradiobox.cpp=0D +SOURCE=3D.\src\eljradiobox.cpp=0D hunk ./wxc/wxc-2.6.dsp 504 -SOURCE=3D.\src\ewxw\eljradiobutton.cpp=0D +SOURCE=3D.\src\eljradiobutton.cpp=0D hunk ./wxc/wxc-2.6.dsp 508 -SOURCE=3D.\src\ewxw\eljregion.cpp=0D +SOURCE=3D.\src\eljregion.cpp=0D hunk ./wxc/wxc-2.6.dsp 512 -SOURCE=3D.\src\ewxw\eljregioniter.cpp=0D +SOURCE=3D.\src\eljregioniter.cpp=0D hunk ./wxc/wxc-2.6.dsp 516 -SOURCE=3D.\src\ewxw\eljsash.cpp=0D +SOURCE=3D.\src\eljsash.cpp=0D hunk ./wxc/wxc-2.6.dsp 520 -SOURCE=3D.\src\ewxw\eljscintilla.cpp=0D +SOURCE=3D.\src\eljscintilla.cpp=0D hunk ./wxc/wxc-2.6.dsp 524 -SOURCE=3D.\src\ewxw\eljscrollbar.cpp=0D +SOURCE=3D.\src\eljscrollbar.cpp=0D hunk ./wxc/wxc-2.6.dsp 528 -SOURCE=3D.\src\ewxw\eljscrolledwindow.cpp=0D +SOURCE=3D.\src\eljscrolledwindow.cpp=0D hunk ./wxc/wxc-2.6.dsp 532 -SOURCE=3D.\src\ewxw\eljsingleinst.cpp=0D +SOURCE=3D.\src\eljsingleinst.cpp=0D hunk ./wxc/wxc-2.6.dsp 536 -SOURCE=3D.\src\ewxw\eljsizer.cpp=0D +SOURCE=3D.\src\eljsizer.cpp=0D hunk ./wxc/wxc-2.6.dsp 540 -SOURCE=3D.\src\ewxw\eljslider.cpp=0D +SOURCE=3D.\src\eljslider.cpp=0D hunk ./wxc/wxc-2.6.dsp 544 -SOURCE=3D.\src\ewxw\eljspinctrl.cpp=0D +SOURCE=3D.\src\eljspinctrl.cpp=0D hunk ./wxc/wxc-2.6.dsp 548 -SOURCE=3D.\src\ewxw\eljsplitterwindow.cpp=0D +SOURCE=3D.\src\eljsplitterwindow.cpp=0D hunk ./wxc/wxc-2.6.dsp 552 -SOURCE=3D.\src\ewxw\eljstaticbox.cpp=0D +SOURCE=3D.\src\eljstaticbox.cpp=0D hunk ./wxc/wxc-2.6.dsp 556 -SOURCE=3D.\src\ewxw\eljstaticline.cpp=0D +SOURCE=3D.\src\eljstaticline.cpp=0D hunk ./wxc/wxc-2.6.dsp 560 -SOURCE=3D.\src\ewxw\eljstatictext.cpp=0D +SOURCE=3D.\src\eljstatictext.cpp=0D hunk ./wxc/wxc-2.6.dsp 564 -SOURCE=3D.\src\ewxw\eljstatusbar.cpp=0D +SOURCE=3D.\src\eljstatusbar.cpp=0D hunk ./wxc/wxc-2.6.dsp 568 -SOURCE=3D.\src\ewxw\eljsystemsettings.cpp=0D +SOURCE=3D.\src\eljsystemsettings.cpp=0D hunk ./wxc/wxc-2.6.dsp 572 -SOURCE=3D.\src\ewxw\eljtextctrl.cpp=0D +SOURCE=3D.\src\eljtextctrl.cpp=0D hunk ./wxc/wxc-2.6.dsp 576 -SOURCE=3D.\src\ewxw\eljtglbtn.cpp=0D +SOURCE=3D.\src\eljtglbtn.cpp=0D hunk ./wxc/wxc-2.6.dsp 580 -SOURCE=3D.\src\ewxw\eljthread.cpp=0D +SOURCE=3D.\src\eljthread.cpp=0D hunk ./wxc/wxc-2.6.dsp 584 -SOURCE=3D.\src\ewxw\eljtimer.cpp=0D +SOURCE=3D.\src\eljtimer.cpp=0D hunk ./wxc/wxc-2.6.dsp 588 -SOURCE=3D.\src\ewxw\eljtipwnd.cpp=0D +SOURCE=3D.\src\eljtipwnd.cpp=0D hunk ./wxc/wxc-2.6.dsp 592 -SOURCE=3D.\src\ewxw\eljtoolbar.cpp=0D +SOURCE=3D.\src\eljtoolbar.cpp=0D hunk ./wxc/wxc-2.6.dsp 596 -SOURCE=3D.\src\ewxw\eljvalidator.cpp=0D +SOURCE=3D.\src\eljvalidator.cpp=0D hunk ./wxc/wxc-2.6.dsp 600 -SOURCE=3D.\src\ewxw\eljwindow.cpp=0D +SOURCE=3D.\src\eljwindow.cpp=0D hunk ./wxc/wxc-2.6.dsp 604 -SOURCE=3D.\src\ewxw\eljwizard.cpp=0D +SOURCE=3D.\src\eljwizard.cpp=0D hunk ./wxc/wxc-2.6.dsp 608 -SOURCE=3D.\src\ewxw\Scintilla.h=0D +SOURCE=3D.\src\Scintilla.h=0D hunk ./wxc/wxc-2.6.dsp 616 -SOURCE=3D.\include\ewxw\wxc_glue.h=0D +SOURCE=3D.\include\wxc_glue.h=0D hunk ./wxc/wxc-2.6.dsp 620 -SOURCE=3D.\include\ewxw\wxc_types.h=0D +SOURCE=3D.\include\wxc_types.h=0D hunk ./wxc/wxc-2.8.dsp 46 -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\wxMSW-2.8.7\lib\vc_lib\mswu" /= I "..\..\wxMSW-2.8.7\contrib\include" /I "include" /I "src\ewxw" /I "..\..\= wxMSW-2.8.7\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_U= SRDLL" /D "WXC_EXPORTS" /D WINVER=3D0x400 /D "_MT" /D wxUSE_GUI=3D1 /D wxUS= E_UNICODE=3D1 /D wxUSE_STC=3D1 /D BUILD_WXC=3D1 /D "_DLL" /YX /FD /c=0D +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\wxMSW-2.8.7\lib\vc_lib\mswu" /= I "..\..\wxMSW-2.8.7\contrib\include" /I "include" /I "..\..\wxMSW-2.8.7\in= clude" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXC= _EXPORTS" /D WINVER=3D0x400 /D "_MT" /D wxUSE_GUI=3D1 /D wxUSE_UNICODE=3D1 = /D wxUSE_STC=3D1 /D BUILD_WXC=3D1 /D "_DLL" /YX /FD /c=0D hunk ./wxc/wxc-2.8.dsp 77 -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\wxMSW-2.8.7\lib\vc_li= b\mswud" /I "include" /I "src\ewxw" /I "..\..\wxMSW-2.8.7\include" /I "..\.= .\wxMSW-2.8.7\contrib\include" /D "_DEBUG" /D "__WXDEBUG__" /D WXDEBUG=3D1 = /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXC_EXPORTS" /D WINVER= =3D0x400 /D "_MT" /D wxUSE_GUI=3D1 /D wxUSE_UNICODE=3D1 /D wxUSE_STC=3D1 /D= BUILD_WXC=3D1 /D "_DLL" /YX /FD /GZ /c=0D +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\wxMSW-2.8.7\lib\vc_li= b\mswud" /I "include" /I "..\..\wxMSW-2.8.7\include" /I "..\..\wxMSW-2.8.7\= contrib\include" /D "_DEBUG" /D "__WXDEBUG__" /D WXDEBUG=3D1 /D "WIN32" /D = "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXC_EXPORTS" /D WINVER=3D0x400 /D "_= MT" /D wxUSE_GUI=3D1 /D wxUSE_UNICODE=3D1 /D wxUSE_STC=3D1 /D BUILD_WXC=3D1= /D "_DLL" /YX /FD /GZ /c=0D hunk ./wxc/wxc-2.8.dsp 256 -SOURCE=3D.\src\ewxw\eljaccelerator.cpp=0D +SOURCE=3D.\src\eljaccelerator.cpp=0D hunk ./wxc/wxc-2.8.dsp 260 -SOURCE=3D.\src\ewxw\eljartprov.cpp=0D +SOURCE=3D.\src\eljartprov.cpp=0D hunk ./wxc/wxc-2.8.dsp 264 -SOURCE=3D.\src\ewxw\eljbitmap.cpp=0D +SOURCE=3D.\src\eljbitmap.cpp=0D hunk ./wxc/wxc-2.8.dsp 268 -SOURCE=3D.\src\ewxw\eljbrush.cpp=0D +SOURCE=3D.\src\eljbrush.cpp=0D hunk ./wxc/wxc-2.8.dsp 272 -SOURCE=3D.\src\ewxw\eljbusyinfo.cpp=0D +SOURCE=3D.\src\eljbusyinfo.cpp=0D hunk ./wxc/wxc-2.8.dsp 276 -SOURCE=3D.\src\ewxw\eljbutton.cpp=0D +SOURCE=3D.\src\eljbutton.cpp=0D hunk ./wxc/wxc-2.8.dsp 280 -SOURCE=3D.\src\ewxw\eljcalendarctrl.cpp=0D +SOURCE=3D.\src\eljcalendarctrl.cpp=0D hunk ./wxc/wxc-2.8.dsp 284 -SOURCE=3D.\src\ewxw\eljcaret.cpp=0D +SOURCE=3D.\src\eljcaret.cpp=0D hunk ./wxc/wxc-2.8.dsp 288 -SOURCE=3D.\src\ewxw\eljcheckbox.cpp=0D +SOURCE=3D.\src\eljcheckbox.cpp=0D hunk ./wxc/wxc-2.8.dsp 292 -SOURCE=3D.\src\ewxw\eljchecklistbox.cpp=0D +SOURCE=3D.\src\eljchecklistbox.cpp=0D hunk ./wxc/wxc-2.8.dsp 296 -SOURCE=3D.\src\ewxw\eljchoice.cpp=0D +SOURCE=3D.\src\eljchoice.cpp=0D hunk ./wxc/wxc-2.8.dsp 300 -SOURCE=3D.\src\ewxw\eljclipboard.cpp=0D +SOURCE=3D.\src\eljclipboard.cpp=0D hunk ./wxc/wxc-2.8.dsp 304 -SOURCE=3D.\src\ewxw\eljcoldata.cpp=0D +SOURCE=3D.\src\eljcoldata.cpp=0D hunk ./wxc/wxc-2.8.dsp 308 -SOURCE=3D.\src\ewxw\eljcolour.cpp=0D +SOURCE=3D.\src\eljcolour.cpp=0D hunk ./wxc/wxc-2.8.dsp 312 -SOURCE=3D.\src\ewxw\eljcolourdlg.cpp=0D +SOURCE=3D.\src\eljcolourdlg.cpp=0D hunk ./wxc/wxc-2.8.dsp 316 -SOURCE=3D.\src\ewxw\eljcombobox.cpp=0D +SOURCE=3D.\src\eljcombobox.cpp=0D hunk ./wxc/wxc-2.8.dsp 320 -SOURCE=3D.\src\ewxw\eljconfigbase.cpp=0D +SOURCE=3D.\src\eljconfigbase.cpp=0D hunk ./wxc/wxc-2.8.dsp 324 -SOURCE=3D.\src\ewxw\eljcontrol.cpp=0D +SOURCE=3D.\src\eljcontrol.cpp=0D hunk ./wxc/wxc-2.8.dsp 328 -SOURCE=3D.\src\ewxw\eljctxhelp.cpp=0D +SOURCE=3D.\src\eljctxhelp.cpp=0D hunk ./wxc/wxc-2.8.dsp 332 -SOURCE=3D.\src\ewxw\eljcursor.cpp=0D +SOURCE=3D.\src\eljcursor.cpp=0D hunk ./wxc/wxc-2.8.dsp 336 -SOURCE=3D.\src\ewxw\eljdataformat.cpp=0D +SOURCE=3D.\src\eljdataformat.cpp=0D hunk ./wxc/wxc-2.8.dsp 340 -SOURCE=3D.\src\ewxw\eljdatetime.cpp=0D +SOURCE=3D.\src\eljdatetime.cpp=0D hunk ./wxc/wxc-2.8.dsp 344 -SOURCE=3D.\src\ewxw\eljdc.cpp=0D +SOURCE=3D.\src\eljdc.cpp=0D hunk ./wxc/wxc-2.8.dsp 348 -SOURCE=3D.\src\ewxw\eljdialog.cpp=0D +SOURCE=3D.\src\eljdialog.cpp=0D hunk ./wxc/wxc-2.8.dsp 352 -SOURCE=3D.\src\ewxw\eljdialup.cpp=0D +SOURCE=3D.\src\eljdialup.cpp=0D hunk ./wxc/wxc-2.8.dsp 356 -SOURCE=3D.\src\ewxw\eljdirdlg.cpp=0D +SOURCE=3D.\src\eljdirdlg.cpp=0D hunk ./wxc/wxc-2.8.dsp 360 -SOURCE=3D.\src\ewxw\eljdnd.cpp=0D +SOURCE=3D.\src\eljdnd.cpp=0D hunk ./wxc/wxc-2.8.dsp 364 -SOURCE=3D.\src\ewxw\eljdrawing.cpp=0D +SOURCE=3D.\src\eljdrawing.cpp=0D hunk ./wxc/wxc-2.8.dsp 368 -SOURCE=3D.\src\ewxw\eljfiledialog.cpp=0D +SOURCE=3D.\src\eljfiledialog.cpp=0D hunk ./wxc/wxc-2.8.dsp 372 -SOURCE=3D.\src\ewxw\eljfilehist.cpp=0D +SOURCE=3D.\src\eljfilehist.cpp=0D hunk ./wxc/wxc-2.8.dsp 376 -SOURCE=3D.\src\ewxw\eljfindrepldlg.cpp=0D +SOURCE=3D.\src\eljfindrepldlg.cpp=0D hunk ./wxc/wxc-2.8.dsp 380 -SOURCE=3D.\src\ewxw\eljfont.cpp=0D +SOURCE=3D.\src\eljfont.cpp=0D hunk ./wxc/wxc-2.8.dsp 384 -SOURCE=3D.\src\ewxw\eljfontdata.cpp=0D +SOURCE=3D.\src\eljfontdata.cpp=0D hunk ./wxc/wxc-2.8.dsp 388 -SOURCE=3D.\src\ewxw\eljfontdlg.cpp=0D +SOURCE=3D.\src\eljfontdlg.cpp=0D hunk ./wxc/wxc-2.8.dsp 392 -SOURCE=3D.\src\ewxw\eljframe.cpp=0D +SOURCE=3D.\src\eljframe.cpp=0D hunk ./wxc/wxc-2.8.dsp 396 -SOURCE=3D.\src\ewxw\eljgauge.cpp=0D +SOURCE=3D.\src\eljgauge.cpp=0D hunk ./wxc/wxc-2.8.dsp 400 -SOURCE=3D.\src\ewxw\eljgrid.cpp=0D +SOURCE=3D.\src\eljgrid.cpp=0D hunk ./wxc/wxc-2.8.dsp 404 -SOURCE=3D.\src\ewxw\eljhelpcontroller.cpp=0D +SOURCE=3D.\src\eljhelpcontroller.cpp=0D hunk ./wxc/wxc-2.8.dsp 408 -SOURCE=3D.\src\ewxw\eljicnbndl.cpp=0D +SOURCE=3D.\src\eljicnbndl.cpp=0D hunk ./wxc/wxc-2.8.dsp 412 -SOURCE=3D.\src\ewxw\eljicon.cpp=0D +SOURCE=3D.\src\eljicon.cpp=0D hunk ./wxc/wxc-2.8.dsp 416 -SOURCE=3D.\src\ewxw\eljimage.cpp=0D +SOURCE=3D.\src\eljimage.cpp=0D hunk ./wxc/wxc-2.8.dsp 420 -SOURCE=3D.\src\ewxw\eljimagelist.cpp=0D +SOURCE=3D.\src\eljimagelist.cpp=0D hunk ./wxc/wxc-2.8.dsp 424 -SOURCE=3D.\src\ewxw\eljipc.cpp=0D +SOURCE=3D.\src\eljipc.cpp=0D hunk ./wxc/wxc-2.8.dsp 428 -SOURCE=3D.\src\ewxw\eljlayoutconstraints.cpp=0D +SOURCE=3D.\src\eljlayoutconstraints.cpp=0D hunk ./wxc/wxc-2.8.dsp 432 -SOURCE=3D.\src\ewxw\eljlistbox.cpp=0D +SOURCE=3D.\src\eljlistbox.cpp=0D hunk ./wxc/wxc-2.8.dsp 436 -SOURCE=3D.\src\ewxw\eljlistctrl.cpp=0D +SOURCE=3D.\src\eljlistctrl.cpp=0D hunk ./wxc/wxc-2.8.dsp 440 -SOURCE=3D.\src\ewxw\eljlocale.cpp=0D +SOURCE=3D.\src\eljlocale.cpp=0D hunk ./wxc/wxc-2.8.dsp 444 -SOURCE=3D.\src\ewxw\eljlog.cpp=0D +SOURCE=3D.\src\eljlog.cpp=0D hunk ./wxc/wxc-2.8.dsp 448 -SOURCE=3D.\src\ewxw\eljmask.cpp=0D +SOURCE=3D.\src\eljmask.cpp=0D hunk ./wxc/wxc-2.8.dsp 452 -SOURCE=3D.\src\ewxw\eljmdi.cpp=0D +SOURCE=3D.\src\eljmdi.cpp=0D hunk ./wxc/wxc-2.8.dsp 456 -SOURCE=3D.\src\ewxw\eljmenu.cpp=0D +SOURCE=3D.\src\eljmenu.cpp=0D hunk ./wxc/wxc-2.8.dsp 460 -SOURCE=3D.\src\ewxw\eljmenubar.cpp=0D +SOURCE=3D.\src\eljmenubar.cpp=0D hunk ./wxc/wxc-2.8.dsp 464 -SOURCE=3D.\src\ewxw\eljmessagedialog.cpp=0D +SOURCE=3D.\src\eljmessagedialog.cpp=0D hunk ./wxc/wxc-2.8.dsp 468 -SOURCE=3D.\src\ewxw\eljminiframe.cpp=0D +SOURCE=3D.\src\eljminiframe.cpp=0D hunk ./wxc/wxc-2.8.dsp 472 -SOURCE=3D.\src\ewxw\eljnotebook.cpp=0D +SOURCE=3D.\src\eljnotebook.cpp=0D hunk ./wxc/wxc-2.8.dsp 476 -SOURCE=3D.\src\ewxw\eljpalette.cpp=0D +SOURCE=3D.\src\eljpalette.cpp=0D hunk ./wxc/wxc-2.8.dsp 480 -SOURCE=3D.\src\ewxw\eljpanel.cpp=0D +SOURCE=3D.\src\eljpanel.cpp=0D hunk ./wxc/wxc-2.8.dsp 484 -SOURCE=3D.\src\ewxw\eljpen.cpp=0D +SOURCE=3D.\src\eljpen.cpp=0D hunk ./wxc/wxc-2.8.dsp 488 -SOURCE=3D.\src\ewxw\eljprintdlg.cpp=0D +SOURCE=3D.\src\eljprintdlg.cpp=0D hunk ./wxc/wxc-2.8.dsp 492 -SOURCE=3D.\src\ewxw\eljprinting.cpp=0D +SOURCE=3D.\src\eljprinting.cpp=0D hunk ./wxc/wxc-2.8.dsp 496 -SOURCE=3D.\src\ewxw\eljprocess.cpp=0D +SOURCE=3D.\src\eljprocess.cpp=0D hunk ./wxc/wxc-2.8.dsp 500 -SOURCE=3D.\src\ewxw\eljradiobox.cpp=0D +SOURCE=3D.\src\eljradiobox.cpp=0D hunk ./wxc/wxc-2.8.dsp 504 -SOURCE=3D.\src\ewxw\eljradiobutton.cpp=0D +SOURCE=3D.\src\eljradiobutton.cpp=0D hunk ./wxc/wxc-2.8.dsp 508 -SOURCE=3D.\src\ewxw\eljregion.cpp=0D +SOURCE=3D.\src\eljregion.cpp=0D hunk ./wxc/wxc-2.8.dsp 512 -SOURCE=3D.\src\ewxw\eljregioniter.cpp=0D +SOURCE=3D.\src\eljregioniter.cpp=0D hunk ./wxc/wxc-2.8.dsp 516 -SOURCE=3D.\src\ewxw\eljsash.cpp=0D +SOURCE=3D.\src\eljsash.cpp=0D hunk ./wxc/wxc-2.8.dsp 520 -SOURCE=3D.\src\ewxw\eljscintilla.cpp=0D +SOURCE=3D.\src\eljscintilla.cpp=0D hunk ./wxc/wxc-2.8.dsp 524 -SOURCE=3D.\src\ewxw\eljscrollbar.cpp=0D +SOURCE=3D.\src\eljscrollbar.cpp=0D hunk ./wxc/wxc-2.8.dsp 528 -SOURCE=3D.\src\ewxw\eljscrolledwindow.cpp=0D +SOURCE=3D.\src\eljscrolledwindow.cpp=0D hunk ./wxc/wxc-2.8.dsp 532 -SOURCE=3D.\src\ewxw\eljsingleinst.cpp=0D +SOURCE=3D.\src\eljsingleinst.cpp=0D hunk ./wxc/wxc-2.8.dsp 536 -SOURCE=3D.\src\ewxw\eljsizer.cpp=0D +SOURCE=3D.\src\eljsizer.cpp=0D hunk ./wxc/wxc-2.8.dsp 540 -SOURCE=3D.\src\ewxw\eljslider.cpp=0D +SOURCE=3D.\src\eljslider.cpp=0D hunk ./wxc/wxc-2.8.dsp 544 -SOURCE=3D.\src\ewxw\eljspinctrl.cpp=0D +SOURCE=3D.\src\eljspinctrl.cpp=0D hunk ./wxc/wxc-2.8.dsp 548 -SOURCE=3D.\src\ewxw\eljsplitterwindow.cpp=0D +SOURCE=3D.\src\eljsplitterwindow.cpp=0D hunk ./wxc/wxc-2.8.dsp 552 -SOURCE=3D.\src\ewxw\eljstaticbox.cpp=0D +SOURCE=3D.\src\eljstaticbox.cpp=0D hunk ./wxc/wxc-2.8.dsp 556 -SOURCE=3D.\src\ewxw\eljstaticline.cpp=0D +SOURCE=3D.\src\eljstaticline.cpp=0D hunk ./wxc/wxc-2.8.dsp 560 -SOURCE=3D.\src\ewxw\eljstatictext.cpp=0D +SOURCE=3D.\src\eljstatictext.cpp=0D hunk ./wxc/wxc-2.8.dsp 564 -SOURCE=3D.\src\ewxw\eljstatusbar.cpp=0D +SOURCE=3D.\src\eljstatusbar.cpp=0D hunk ./wxc/wxc-2.8.dsp 568 -SOURCE=3D.\src\ewxw\eljsystemsettings.cpp=0D +SOURCE=3D.\src\eljsystemsettings.cpp=0D hunk ./wxc/wxc-2.8.dsp 572 -SOURCE=3D.\src\ewxw\eljtextctrl.cpp=0D +SOURCE=3D.\src\eljtextctrl.cpp=0D hunk ./wxc/wxc-2.8.dsp 576 -SOURCE=3D.\src\ewxw\eljtglbtn.cpp=0D +SOURCE=3D.\src\eljtglbtn.cpp=0D hunk ./wxc/wxc-2.8.dsp 580 -SOURCE=3D.\src\ewxw\eljthread.cpp=0D +SOURCE=3D.\src\eljthread.cpp=0D hunk ./wxc/wxc-2.8.dsp 584 -SOURCE=3D.\src\ewxw\eljtimer.cpp=0D +SOURCE=3D.\src\eljtimer.cpp=0D hunk ./wxc/wxc-2.8.dsp 588 -SOURCE=3D.\src\ewxw\eljtipwnd.cpp=0D +SOURCE=3D.\src\eljtipwnd.cpp=0D hunk ./wxc/wxc-2.8.dsp 592 -SOURCE=3D.\src\ewxw\eljtoolbar.cpp=0D +SOURCE=3D.\src\eljtoolbar.cpp=0D hunk ./wxc/wxc-2.8.dsp 596 -SOURCE=3D.\src\ewxw\eljvalidator.cpp=0D +SOURCE=3D.\src\eljvalidator.cpp=0D hunk ./wxc/wxc-2.8.dsp 600 -SOURCE=3D.\src\ewxw\eljwindow.cpp=0D +SOURCE=3D.\src\eljwindow.cpp=0D hunk ./wxc/wxc-2.8.dsp 604 -SOURCE=3D.\src\ewxw\eljwizard.cpp=0D +SOURCE=3D.\src\eljwizard.cpp=0D hunk ./wxc/wxc-2.8.dsp 608 -SOURCE=3D.\src\ewxw\Scintilla.h=0D +SOURCE=3D.\src\Scintilla.h=0D hunk ./wxc/wxc-2.8.dsp 616 -SOURCE=3D.\include\ewxw\wxc_glue.h=0D +SOURCE=3D.\include\wxc_glue.h=0D hunk ./wxc/wxc-2.8.dsp 620 -SOURCE=3D.\include\ewxw\wxc_types.h=0D +SOURCE=3D.\include\wxc_types.h=0D } [Fix: wrapper.h and sound.cpp doesn't care about wxWindows 2.4.2. shelarcy <she...@gm...>**20080218155605] { hunk ./wxc/include/wrapper.h 16 +#if (wxVERSION_NUMBER >=3D 2600) hunk ./wxc/include/wrapper.h 18 +#endif hunk ./wxc/src/sound.cpp 110 + +EWXWEXPORT(bool,wxSound_Play)(wxWave* self, unsigned flag ) = +{ + return false; +} } [Fix STC* test cases. shelarcy <she...@gm...>**20080218155734] { hunk ./samples/test/STC2.hs 8 - s <- styledTextCtrlCreate f 0 "bla" (Rect 0 0 500 500) 0 + s <- styledTextCtrlCreate p 0 "bla" (Rect 0 0 500 500) 0 hunk ./samples/test/STC2.hs 11 -{- set f [ layout :=3D container p $ column 5 [ fill $ widget s, = - hfill $ widget b], clientSize :=3D sz 300 300]-} + set f [ layout :=3D container p $ column 5 [ fill $ widget s, = + hfill $ widget b], clientSize :=3D sz 300 300] hunk ./samples/test/STCLexer.hs 33 - styledTextCtrlLoadFile s "LexerTest.hs" + styledTextCtrlLoadFile s "STCLexer.hs" } [Add Sound type's Media class stop method. shelarcy <she...@gm...>**20080218160511] { hunk ./wx/src/Graphics/UI/WX/Media.hs 103 - stop =3D undefined + stop =3D soundStop hunk ./wxc/include/sound.h 12 +void wxSound_Stop(TSelf(wxSound) self);=0D hunk ./wxc/src/sound.cpp 81 +EWXWEXPORT(void,wxSound_Stop)(wxSound* self) = +{ +#ifdef wxUSE_SOUND + return self->Stop(); +#endif +} + hunk ./wxc/src/sound.cpp 131 + +EWXWEXPORT(void,wxSound_Stop)(wxWave* self) = +{ +} } Context: [Synch Visual Studio Project's wxc library version shelarcy <she...@gm...>**20080216161420] = [Synch Visual Studio Project's output dir same as makefile shelarcy <she...@gm...>**20080216155656] = [Ugly hack to make setup haddock work without first building. Eric Kow <eri...@gm...>**20080216135157] = [Bump to 0.10.2. Eric Kow <eri...@gm...>**20080216130854] = [Mimick cabal in placement of haddocks. Eric Kow <eri...@gm...>**20080216130819] = [Move cabal stuff to end of makefile. Eric Kow <eri...@gm...>**20080216125445 so that all variables are defined. ] = [Add Hs-Source-Dirs for wxcore.cabal. Eric Kow <eri...@gm...>**20080216125112 In case we ever switch to the Simple build type. ] = [Re-add time package dependency (needed by wxdirect). Eric Kow <eri...@gm...>**20080216124853] = [Improve description and synopsis of cabal files. Eric Kow <eri...@gm...>**20080216124832] = [Split doc building into wxcore and wx version. Eric Kow <eri...@gm...>**20080216124746] = [Modernise haskell98 imports in wxdirect. Eric Kow <eri...@gm...>**20080216120113] = [Prefer /usr/local/wxhaskell/bin/wx-config to the one on the path. Eric Kow <eri...@gm...>**20080216113844 = This makes it easier to install wxhaskell via cabal-install. Just set up a symbolic link to point to point to your wxWidgets, no need for the --wx-config flag. ] = [Add some --bindir, --datadir, --libexecdir to configure script. Eric Kow <eri...@gm...>**20080216113837 For Cabal. The last two are ignored. ] = [Change output dir to 'dist' to mimick cabal. Eric Kow <eri...@gm...>**20080216104847] = [Modernise haskell98 imports in wxcore. Eric Kow <eri...@gm...>**20080216100020] = [Consolidate build targets which exist purely for the sake of Cabal. Eric Kow <eri...@gm...>**20080216095845] = [Fix some dependencies that Ross Paterson pointed out. Eric Kow <eri...@gm...>**20080215181444] = [TAG 0.10.1 Eric Kow <eri...@gm...>**20080215173503] = Patch bundle hash: 64af4d8a5968f456b2b4c99958d55b062480c047 --=_-- . |
From: Eric K. <eri...@gm...> - 2008-02-18 13:15:07
|
I wonder if this breaks under wxWidgets 2.4 (does it not accept the gl option?) Mon Feb 18 13:03:45 GMT 2008 Eric Kow <eri...@gm...> * Cleanup passing of std/media/stc/opengl to wx-config. |
From: Eric K. <eri...@gm...> - 2008-02-17 17:50:13
|
Resending my recent patches to the new devel list. Sun Feb 17 08:20:29 GMT 2008 Eric Kow <eri...@gm...> * Remove unused ewxw files. There is an overlap between ./wxc/src/ewxw and ./wxc/src. The makefile seems to ignore the ones in ewxw. Sun Feb 17 09:49:29 GMT 2008 Eric Kow <eri...@gm...> * Flatten away ewxw directories. This is to mirror the wxc project, making it easier to compare our version of wxc with the standalone one. Sun Feb 17 09:57:11 GMT 2008 Eric Kow <eri...@gm...> * dos2unix files that have both CRLF and LF line terminators Text editors get confused by these. Get rid of trailing whitespace while we're at it. Sun Feb 17 11:43:03 GMT 2008 Eric Kow <eri...@gm...> * Fix typo pointed out on bugtracker. Sun Feb 17 13:05:53 GMT 2008 Eric Kow <eri...@gm...> * Fix UTF8Sampler test case. Sun Feb 17 17:41:42 GMT 2008 Eric Kow <eri...@gm...> * Add a bugs directory for test cases. Sun Feb 17 17:42:03 GMT 2008 Eric Kow <eri...@gm...> * Add NonModalDialog test case (bug #1372529) Sun Feb 17 17:43:26 GMT 2008 Eric Kow <eri...@gm...> * Add the submenu bug. |