summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/Makefile.am4
-rw-r--r--build/win32/vs9/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 7e0a2ffc..bfc0d66a 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -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
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 49e621c5..56296cfc 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -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 \