2013-12-04 00:51:39 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="gtkcopygdkbroadwayprops"
|
2013-12-30 04:07:34 +00:00
|
|
|
InheritedPropertySheets=".\gtk-build-defines.vsprops"
|
2013-12-04 00:51:39 +00:00
|
|
|
>
|
2014-04-03 07:49:05 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalOptions="/EXPORT:gdk_win32_display_manager_get_type"
|
|
|
|
/>
|
2013-12-04 00:51:39 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
CommandLine="
|
|
|
|
if "$(ConfigurationName)" == "Release_Broadway" goto DoRelease

|
|
|
|
if "$(ConfigurationName)" == "Debug_Broadway" goto DoDebug

|
|
|
|
|
|
|
|
:DoRelease

|
|
|
|
mkdir .\Release\$(PlatformName)\bin

|
|
|
|
copy /b $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gdk$(GtkDllSuffix).dll .\Release\$(PlatformName)\bin\

|
|
|
|
copy /b $(ConfigurationName)\$(PlatformName)\bin\gdk-$(ApiVersion).lib .\Release\$(PlatformName)\bin\

|
|
|
|
goto END

|
|
|
|
|
|
|
|
:DoDebug

|
|
|
|
mkdir .\Debug\$(PlatformName)\bin

|
|
|
|
copy /b $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gdk$(GtkDllSuffix).dll .\Debug\$(PlatformName)\bin\

|
|
|
|
copy /b $(ConfigurationName)\$(PlatformName)\bin\gdk-$(ApiVersion).lib .\Debug\$(PlatformName)\bin\

|
|
|
|
goto END

|
|
|
|
|
|
|
|
:END

|
|
|
|
"
|
|
|
|
/>
|
2013-08-28 06:27:02 +00:00
|
|
|
</VisualStudioPropertySheet>
|