206ea0de6b
This updates the Visual Studio 2010 Projects in the following ways, similar to the recent changes to the Visual Studio 2008 projects: -Make all the copying of the pre-configured header files custom build rules, so that it is cleaner when people clean their builds, and the files can be re-copied when updated. -Split up the property sheets, so to ease future maintenance -Make the cogl-path library built as a DLL -Build and link against SDL-2.x for SDL builds -Make everything except the .sln file and the README.txt file use UNIX line endings, for easier maintenance. -Merge cogl_sdl.sln and install-sdl.vcxproj into cogl.sln and install.vcxproj respectively. -Update build of the conformance test to not use COGL_COMPILATION, and make it link to cogl-path.
35 lines
880 B
Makefile
35 lines
880 B
Makefile
EXTRA_DIST = \
|
|
cogl.sln \
|
|
cogl-version-paths.props \
|
|
cogl-build-defines.props \
|
|
cogl-gen-srcs.props \
|
|
cogl-install.props \
|
|
cogl.vcxproj \
|
|
cogl.vcxprojin \
|
|
cogl.vcxproj.filters \
|
|
cogl.vcxproj.filtersin \
|
|
cogl-path.vcxproj \
|
|
cogl-path.vcxprojin \
|
|
cogl-path.vcxproj.filters \
|
|
cogl-path.vcxproj.filtersin \
|
|
cogl-pango.vcxproj \
|
|
cogl-pango.vcxprojin \
|
|
cogl-pango.vcxproj.filters \
|
|
cogl-pango.vcxproj.filtersin \
|
|
cogl-hello.vcxproj \
|
|
cogl-hello.vcxproj.filters \
|
|
cogl-sdl2-hello.vcxproj \
|
|
cogl-sdl2-hello.vcxproj.filters \
|
|
cogl-msaa.vcxproj \
|
|
cogl-msaa.vcxproj.filters \
|
|
cogl-info.vcxproj \
|
|
cogl-info.vcxproj.filters \
|
|
cogl-crate.vcxproj \
|
|
cogl-crate.vcxproj.filters \
|
|
test-conformance-cogl.vcxproj \
|
|
test-conformance-cogl.vcxprojin \
|
|
test-conformance-cogl.vcxproj.filters \
|
|
test-conformance-cogl.vcxproj.filtersin \
|
|
install.vcxproj \
|
|
README.txt
|