-Add Visual Studio 2008 projects and pre-configured gdkconfig.h for Broadway builds -Decouple the Visual Studio property sheets, to simplify maintenance and enhance flexibility for different builds Visual Studio 2010 projects updates will follow later.
27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="gtkprebuild_broadwayprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="
|
|
if exist ..\..\..\config.h goto DONE_CONFIG_H

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

|
|
:DONE_CONFIG_H

|
|
|
|
if exist ..\..\..\MSVC_$(ConfigurationName) goto DONE_GDKCONFIG_H

|
|
if exist ..\..\..\gdk\gdkconfig.h del ..\..\..\gdk\gdkconfig.h

|
|
if exist ..\..\..\GDK_WIN32ONLY_BUILD del ..\..\..\GDK_WIN32ONLY_BUILD

|
|
if exist ..\..\..\MSVC_Release del ..\..\..\MSVC_Release

|
|
if exist ..\..\..\MSVC_Debug del ..\..\..\MSVC_Debug

|
|
if "$(ConfigurationName)" == "Release_Broadway" del ..\..\..\MSVC_Debug_Broadway

|
|
if "$(ConfigurationName)" == "Debug_Broadway" del ..\..\..\MSVC_Release_Broadway

|
|
copy ..\..\..\gdk\gdkconfig.h.win32_broadway ..\..\..\gdk\gdkconfig.h

|
|
copy ..\..\..\gdk\gdkconfig.h.win32_broadway ..\..\..\GDK_BROADWAY_BUILD

|
|
echo $(ConfigurationName) > ..\..\..\MSVC_$(ConfigurationName)

|
|
:DONE_GDKCONFIG_H

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