mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Update Visual C++ property sheets
The last commit (Add a preconfigured gio/gnetworking.h for Windows) has to be split into two as git am does not like a patch that deals with files that have different line feeds. This updates the property sheets to use the pre-configured gio/gnetworking.h during the build process. https://bugzilla.gnome.org/show_bug.cgi?id=690163
This commit is contained in:
parent
4b859e4e7a
commit
0b2919a93a
@ -571,11 +571,11 @@ copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h
|
||||
|
||||
:DONE_GMODULECONF_H
|
||||
|
||||
if exist ..\..\..\gio\gconstructor_as_data.h goto DONE_GCONSTRUCTOR_AS_DATA_H
|
||||
if exist ..\..\..\gio\gnetworking.h goto DONE_GNETWORKING_H
|
||||
|
||||
perl ..\..\..\gio\data-to-c.pl ..\..\..\glib\gconstructor.h gconstructor_code > ..\..\..\gio\gconstructor_as_data.h
|
||||
copy ..\..\..\gio\gnetworking.h.win32 ..\..\..\gio\gnetworking.h
|
||||
|
||||
:DONE_GCONSTRUCTOR_AS_DATA_H
|
||||
:DONE_GNETWORKING_H
|
||||
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
|
@ -32,9 +32,9 @@ if exist ..\..\..\gmodule\gmoduleconf.h goto DONE_GMODULECONF_H

|
||||
copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h

|
||||
:DONE_GMODULECONF_H

|
||||
|
||||
if exist ..\..\..\gio\gconstructor_as_data.h goto DONE_GCONSTRUCTOR_AS_DATA_H

|
||||
perl ..\..\..\gio\data-to-c.pl ..\..\..\glib\gconstructor.h gconstructor_code > ..\..\..\gio\gconstructor_as_data.h

|
||||
:DONE_GCONSTRUCTOR_AS_DATA_H

|
||||
if exist ..\..\..\gio\gnetworking.h goto DONE_GNETWORKING_H

|
||||
copy ..\..\..\gio\gnetworking.h.win32 ..\..\..\gio\gnetworking.h

|
||||
:DONE_GNETWORKING_H

|
||||
"
|
||||
/>
|
||||
<UserMacro
|
||||
|
Loading…
Reference in New Issue
Block a user