summaryrefslogtreecommitdiff
path: root/win32/vs9/gi-gen-srcs.vsprops
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-01-09 15:09:53 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-01-09 17:30:44 +0800
commit4bcad96c5a3f1ab17187e264e0e550fab56a29dc (patch)
treec8b60c5178121739df29c0507482170a5764db89 /win32/vs9/gi-gen-srcs.vsprops
parent46b6521c246948182d5ac19e2c5c5a719f1e3825 (diff)
downloadgobject-introspection-4bcad96c5a3f1ab17187e264e0e550fab56a29dc.tar.gz
Visual Studio builds: Move build files to win32/
As suggested, we don't really need two layers of directories to get to the projects, so move the project files to be under win32/ rather than build/win32/.
Diffstat (limited to 'win32/vs9/gi-gen-srcs.vsprops')
-rw-r--r--win32/vs9/gi-gen-srcs.vsprops20
1 files changed, 20 insertions, 0 deletions
diff --git a/win32/vs9/gi-gen-srcs.vsprops b/win32/vs9/gi-gen-srcs.vsprops
new file mode 100644
index 00000000..124b0d0b
--- /dev/null
+++ b/win32/vs9/gi-gen-srcs.vsprops
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="gigensrcsprops"
+ InheritedPropertySheets=".\gi-build-defines.vsprops"
+ >
+ <UserMacro
+ Name="CopyConfigH"
+ Value="copy ..\..\config.h.win32 ..\..\config.h"
+ />
+ <UserMacro
+ Name="GenToolsScripts"
+ Value="$(PythonDir)\python ..\gen-win32-g-ir-tools.py"
+ />
+ <UserMacro
+ Name="GenToolsScriptsX64"
+ Value="$(PythonDirX64)\python ..\gen-win32-g-ir-tools.py"
+ />
+</VisualStudioPropertySheet>