12010882e6
Like the Visual Studio 2010 builds, the install project needs to be split into two, one for the WGL-only configs and another for the WGL+SDL configs, so that the Cogl and Cogl-Pango DLLs and LIBs can be correctly copied during the "install" stage, as the resulting DLLs for all configs land in {Release|Debug}\{Win32|x64}\bin.
19 lines
364 B
Makefile
19 lines
364 B
Makefile
EXTRA_DIST = \
|
|
cogl.sln \
|
|
cogl_sdl.sln \
|
|
cogl.vsprops \
|
|
cogl.vcproj \
|
|
cogl.vcprojin \
|
|
cogl-pango.vcproj \
|
|
cogl-pango.vcprojin \
|
|
test-conformance-cogl.vcproj \
|
|
test-conformance-cogl.vcprojin \
|
|
cogl-hello.vcproj \
|
|
cogl-sdl-hello.vcproj \
|
|
cogl-crate.vcproj \
|
|
cogl-msaa.vcproj \
|
|
cogl-info.vcproj \
|
|
install.vcproj \
|
|
install_sdl.vcproj \
|
|
README.txt
|