mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
Bug 666349: Dist files needed by MSVC for SDL winsys
Distribute the new VS2008/2010 project/solution files and the pre-configured cogl-defines.h(.win32_SDL) needed for the build with MSVC.
This commit is contained in:
parent
3e4a2e1bb4
commit
e215902110
@ -1,5 +1,6 @@
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
cogl.sln \
|
cogl.sln \
|
||||||
|
cogl_sdl.sln \
|
||||||
cogl.props \
|
cogl.props \
|
||||||
cogl.vcxproj \
|
cogl.vcxproj \
|
||||||
cogl.vcxprojin \
|
cogl.vcxprojin \
|
||||||
@ -11,6 +12,8 @@ EXTRA_DIST = \
|
|||||||
cogl-pango.vcxproj.filtersin \
|
cogl-pango.vcxproj.filtersin \
|
||||||
cogl-hello.vcxproj \
|
cogl-hello.vcxproj \
|
||||||
cogl-hello.vcxproj.filters \
|
cogl-hello.vcxproj.filters \
|
||||||
|
cogl-sdl-hello.vcxproj \
|
||||||
|
cogl-sdl-hello.vcxproj.filters \
|
||||||
cogl-msaa.vcxproj \
|
cogl-msaa.vcxproj \
|
||||||
cogl-msaa.vcxproj.filters \
|
cogl-msaa.vcxproj.filters \
|
||||||
cogl-info.vcxproj \
|
cogl-info.vcxproj \
|
||||||
@ -22,4 +25,5 @@ EXTRA_DIST = \
|
|||||||
test-conformance-cogl.vcxproj.filters \
|
test-conformance-cogl.vcxproj.filters \
|
||||||
test-conformance-cogl.vcxproj.filtersin \
|
test-conformance-cogl.vcxproj.filtersin \
|
||||||
install.vcxproj \
|
install.vcxproj \
|
||||||
|
install-sdl.vcxproj \
|
||||||
README.txt
|
README.txt
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
cogl.sln \
|
cogl.sln \
|
||||||
|
cogl_sdl.sln \
|
||||||
cogl.vsprops \
|
cogl.vsprops \
|
||||||
cogl.vcproj \
|
cogl.vcproj \
|
||||||
cogl.vcprojin \
|
cogl.vcprojin \
|
||||||
@ -8,6 +9,7 @@ EXTRA_DIST = \
|
|||||||
test-conformance-cogl.vcproj \
|
test-conformance-cogl.vcproj \
|
||||||
test-conformance-cogl.vcprojin \
|
test-conformance-cogl.vcprojin \
|
||||||
cogl-hello.vcproj \
|
cogl-hello.vcproj \
|
||||||
|
cogl-sdl-hello.vcproj \
|
||||||
cogl-crate.vcproj \
|
cogl-crate.vcproj \
|
||||||
cogl-msaa.vcproj \
|
cogl-msaa.vcproj \
|
||||||
cogl-info.vcproj \
|
cogl-info.vcproj \
|
||||||
|
@ -529,6 +529,7 @@ cogl.vsenums_c:
|
|||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
cogl-defines.h.win32 \
|
cogl-defines.h.win32 \
|
||||||
|
cogl-defines.h.win32_SDL \
|
||||||
cogl.symbols \
|
cogl.symbols \
|
||||||
cogl.rc.in \
|
cogl.rc.in \
|
||||||
cogl.rc
|
cogl.rc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user