mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-08 11:40:16 +00:00
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="gtk3copygdkbroadwayprops"
|
||
|
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalOptions="/EXPORT:gdk_win32_display_manager_get_type"
|
||
|
/>
|
||
|
<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

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