mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
Don't needlessly copy localcharset.c, but compile it where it is in
2008-08-27 Tor Lillqvist <tml@novell.com> * win32/vs8/glib.vcproj: Don't needlessly copy localcharset.c, but compile it where it is in libcharset. Add "win32" directory level to the references to the dependencies folder (which each actual user of the project file probably needs to edit anyway depending on their directory structure). Drop the nonexistent gi18n.c file. Drop dirent as gdir.c includes dirent.h and wdirent.c directly. svn path=/trunk/; revision=7401
This commit is contained in:
parent
337b021295
commit
3be2b93d20
@ -1,3 +1,13 @@
|
||||
2008-08-27 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* win32/vs8/glib.vcproj: Don't needlessly copy localcharset.c, but
|
||||
compile it where it is in libcharset. Add "win32" directory level
|
||||
to the references to the dependencies folder (which each actual
|
||||
user of the project file probably needs to edit anyway depending
|
||||
on their directory structure). Drop the nonexistent gi18n.c
|
||||
file. Drop dirent as gdir.c includes dirent.h and wdirent.c
|
||||
directly.
|
||||
|
||||
2008-08-02 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 545954 - 64-bit issue in dirent
|
||||
|
@ -24,7 +24,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="if exist ..\..\..\config.h goto GLIB_CONFIG
copy ..\..\..\config.h.win32 ..\..\..\config.h
:GLIB_CONFIG
if exist ..\..\..\glibconfig.h goto CHARSET
copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h
:CHARSET
if exist ..\..\..\glib\localcharset.c goto END
copy ..\..\..\glib\libcharset\localcharset.c ..\..\..\glib\localcharset.c
:END
"
|
||||
CommandLine="if exist ..\..\..\config.h goto DONE_CONFIG_H
copy ..\..\..\config.h.win32 ..\..\..\config.h
:DONE_CONFIG_H
if exist ..\..\..\glibconfig.h goto DONE_GLIBCONFIG_H
copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h
:DONE_GLIBCONFIG_H
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
@ -41,7 +41,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="../../..;../dirent;../../../glib;"../../../../dependencies/proxy-libintl-20080418/include""
|
||||
AdditionalIncludeDirectories="../../..;../dirent;../../../glib;"../../../../dependencies/win32/proxy-libintl-20080418/include""
|
||||
PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WIN32;HAVE_CONFIG_H;GLIB_COMPILATION;GLIB_EXPORTS;G_LOG_DOMAIN=\"Glib\";G_ENABLE_DEBUG;LINK_SIZE=2;MAX_NAME_SIZE=32;MAX_NAME_COUNT=10000;NEWLINE=-1;POSIX_MALLOC_THRESHOLD=10;MATCH_LIMIT=10000000;MATCH_LIMIT_RECURSION=10000000"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
@ -67,7 +67,7 @@
|
||||
AdditionalDependencies="intl.lib Ws2_32.lib"
|
||||
OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""../../../../dependencies/proxy-libintl-20080418/lib""
|
||||
AdditionalLibraryDirectories=""../../../../dependencies/win32/proxy-libintl-20080418/lib""
|
||||
ModuleDefinitionFile="../../../glib/glib.def"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
@ -260,10 +260,6 @@
|
||||
RelativePath="..\..\..\glib\ghook.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\glib\gi18n.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\glib\giochannel.c"
|
||||
>
|
||||
@ -434,18 +430,14 @@
|
||||
<File
|
||||
RelativePath="..\..\..\glib\libcharset\localcharset.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="dirent"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\dirent\dirent.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\dirent\wdirent.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="LIBDIR="/irrelevant/lib""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
Loading…
Reference in New Issue
Block a user