Re: Logging Library-GSOC

2020-07-31 Thread Werner LEMBERG

> I have added a project under `builds/windows/vc2010/freetype.sln'
> file to build dlg along with FreeType on Windows.

Thanks.

> The dlg project contains two configurations: `Debug' and `Debug
> Static' on both `x64' and `Win32' platforms and will be built with
> FreeType, whenever FreeType is built in these configurations.  I
> have also added a windows batch file which is called as a pre-built
> event whenever dlg is built, and it takes care of copying files from
> `submodules/dlg' to `src/dlg'...  For `Release' and `Release Static'
> builds of FreeType the dlg project build will simply be skipped.

OK.  Alexei, can you please have a look?  I have no clue about
Visual C, and I guess Priyesh wants to have comments.

> And for proceeding further, I wanted to ask that do I have to add
> the dlg project on other compilers(builds/windows/visualc,
> builds/windows/visualce) also?

No, not necessary IMHO.


Werner


Re: Logging Library-GSOC

2020-07-31 Thread Priyesh kumar
Hi Werner,
I have added a project under `builds/windows/vc2010/freetype.sln' file to
build
dlg along with FreeType on Windows.
The dlg project contains two configurations:
`Debug' and `Debug Static' on both `x64' and `Win32' platforms and will be
built
with FreeType, whenever FreeType is built in these configurations.
I have also added a windows batch file which is called as a pre-built event
whenever dlg is built, and
it takes care of copying files from `submodules/dlg' to `src/dlg'...
For `Release' and `Release Static' builds of FreeType the dlg project build
will simply be skipped.
And for proceeding further,
I wanted to ask that do I have to add the dlg project on other
compilers(builds/windows/visualc, builds/windows/visualce) also?

Thanks,
Priyesh