summaryrefslogtreecommitdiff
path: root/win32/vs9/glib-gen-srcs.vsprops
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-05-24 15:43:59 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-05-24 15:43:59 +0800
commite9846a7c8f8bdac48470778ddd6f1532a93fdf89 (patch)
treeca46b94bfa57aa80a24713e7c2f70664fdddcd30 /win32/vs9/glib-gen-srcs.vsprops
parent79e73da2e52e860015860e68d13e5f4840238cfc (diff)
downloadglib-e9846a7c8f8bdac48470778ddd6f1532a93fdf89.tar.gz
Visual Studio builds: Redo utility script generation
Use the new gen_util_scripts.py script to generate the glib-mkenums and gdbus-codegen scripts with the proper info in them so that they can be used properly by other build systems such as Meson, during "install".
Diffstat (limited to 'win32/vs9/glib-gen-srcs.vsprops')
-rw-r--r--win32/vs9/glib-gen-srcs.vsprops4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/vs9/glib-gen-srcs.vsprops b/win32/vs9/glib-gen-srcs.vsprops
index de0b1b965..02a6a5a8c 100644
--- a/win32/vs9/glib-gen-srcs.vsprops
+++ b/win32/vs9/glib-gen-srcs.vsprops
@@ -21,8 +21,4 @@
Name="GenGNetworkingH"
Value="copy ..\..\gio\gnetworking.h.win32 ..\..\gio\gnetworking.h"
/>
- <UserMacro
- Name="GenGLibMKEnums"
- Value="if exist $(PythonPath)\python.exe $(PythonPath)\python.exe ..\replace.py --action=replace-var --input=..\..\gobject\glib-mkenums.in --output=..\..\gobject\glib-mkenums --var=GLIB_VERSION --outstring=$(GlibVersion)"
- />
</VisualStudioPropertySheet>