mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 02:16:17 +01:00
c488aa6785
This makes it easier to apply patches in the future.
28 lines
932 B
XML
28 lines
932 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="glibprepbuildprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="
|
|
if exist ..\..\..\config.h goto DONE_CONFIG_H

|
|
copy ..\..\..\config.h.win32 ..\..\..\config.h

|
|
:DONE_CONFIG_H

|
|
|
|
if exist ..\..\..\glib\glibconfig.h goto DONE_GLIBCONFIG_H

|
|
copy ..\..\..\glib\glibconfig.h.win32 ..\..\..\glib\glibconfig.h

|
|
:DONE_GLIBCONFIG_H

|
|
|
|
if exist ..\..\..\gmodule\gmoduleconf.h goto DONE_GMODULECONF_H

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

|
|
:DONE_GMODULECONF_H

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

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

|
|
:DONE_GNETWORKING_H

|
|
"
|
|
/>
|
|
</VisualStudioPropertySheet>
|