MSVC Builds: Massive Rename of Projects
We need to rename the projects so that when these projects are added into an all-in-one solution file that will build the GTK+ 2/3 stack, the names of the projects will not collide with the GTK+-2.x ones, especially as GTK+-2.x and GTK+-3.x are done to co-exist on the same system. This is due to the case that the MSVC projects are directly carried over from the GTK+-2.x ones and was then updated for 3.x. We still need to update the GUIDs of the projects, so that they won't conflict with the GTK+-2.x ones.
This commit is contained in:
@ -82,21 +82,21 @@ install-data-local: install-ms-lib install-def-file
|
||||
uninstall-local: uninstall-ms-lib uninstall-def-file
|
||||
|
||||
# ------------------- MSVC Build Items ----------------
|
||||
MSVCPROJS = gailutil
|
||||
MSVCPROJS = gailutil-3
|
||||
|
||||
gailutil_FILES = $(libgailutil_3_la_SOURCES)
|
||||
gailutil_3_FILES = $(libgailutil_3_la_SOURCES)
|
||||
|
||||
gailutil_EXCLUDES = dummy
|
||||
gailutil_HEADERS_DIR = $(libgailutilincludedir)
|
||||
gailutil_3_EXCLUDES = dummy
|
||||
gailutil_3_HEADERS_DIR = $(libgailutilincludedir)
|
||||
|
||||
gailutil_HEADERS_INST = $(libgailutilinclude_HEADERS)
|
||||
gailutil_3_HEADERS_INST = $(libgailutilinclude_HEADERS)
|
||||
|
||||
gailutil_HEADERS_EXCLUDES = dummy
|
||||
gailutil_3_HEADERS_EXCLUDES = dummy
|
||||
|
||||
include $(top_srcdir)/build/Makefile.msvcproj
|
||||
|
||||
dist-hook: \
|
||||
$(top_builddir)/build/win32/vs9/gailutil.vcproj \
|
||||
$(top_builddir)/build/win32/vs9/gailutil.headers
|
||||
$(top_builddir)/build/win32/vs9/gailutil-3.vcproj \
|
||||
$(top_builddir)/build/win32/vs9/gailutil-3.headers
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
Reference in New Issue
Block a user