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 = \
|
||||
cogl.sln \
|
||||
cogl_sdl.sln \
|
||||
cogl.props \
|
||||
cogl.vcxproj \
|
||||
cogl.vcxprojin \
|
||||
@ -11,6 +12,8 @@ EXTRA_DIST = \
|
||||
cogl-pango.vcxproj.filtersin \
|
||||
cogl-hello.vcxproj \
|
||||
cogl-hello.vcxproj.filters \
|
||||
cogl-sdl-hello.vcxproj \
|
||||
cogl-sdl-hello.vcxproj.filters \
|
||||
cogl-msaa.vcxproj \
|
||||
cogl-msaa.vcxproj.filters \
|
||||
cogl-info.vcxproj \
|
||||
@ -22,4 +25,5 @@ EXTRA_DIST = \
|
||||
test-conformance-cogl.vcxproj.filters \
|
||||
test-conformance-cogl.vcxproj.filtersin \
|
||||
install.vcxproj \
|
||||
install-sdl.vcxproj \
|
||||
README.txt
|
||||
|
@ -1,5 +1,6 @@
|
||||
EXTRA_DIST = \
|
||||
cogl.sln \
|
||||
cogl_sdl.sln \
|
||||
cogl.vsprops \
|
||||
cogl.vcproj \
|
||||
cogl.vcprojin \
|
||||
@ -8,6 +9,7 @@ EXTRA_DIST = \
|
||||
test-conformance-cogl.vcproj \
|
||||
test-conformance-cogl.vcprojin \
|
||||
cogl-hello.vcproj \
|
||||
cogl-sdl-hello.vcproj \
|
||||
cogl-crate.vcproj \
|
||||
cogl-msaa.vcproj \
|
||||
cogl-info.vcproj \
|
||||
|
@ -529,6 +529,7 @@ cogl.vsenums_c:
|
||||
|
||||
EXTRA_DIST += \
|
||||
cogl-defines.h.win32 \
|
||||
cogl-defines.h.win32_SDL \
|
||||
cogl.symbols \
|
||||
cogl.rc.in \
|
||||
cogl.rc
|
||||
|
Loading…
Reference in New Issue
Block a user