msvc-support: Recover wrecked branch
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Sep 2011 09:25:47 +0000 (17:25 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Sep 2011 09:25:47 +0000 (17:25 +0800)
commit9f12ec534ebd8ad584b3655558ffdfbd43aefce9
tree6a5e63be3a50639bb12f0274b94483c3be9ed954
parent208fbe756ec40d56bba657c8a07fcd61c894e433
msvc-support: Recover wrecked branch

Recover the branch! :|
59 files changed:
Makefile.am
build/Makefile.am
build/win32/Makefile.am [new file with mode: 0644]
build/win32/vs10/Makefile.am [new file with mode: 0644]
build/win32/vs10/README.txt [new file with mode: 0644]
build/win32/vs10/cally-atkcomponent-example.vcxproj [new file with mode: 0644]
build/win32/vs10/cally-atkcomponent-example.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/cally-atkeditabletext-example.vcxproj [new file with mode: 0644]
build/win32/vs10/cally-atkeditabletext-example.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/cally-atkevents-example.vcxproj [new file with mode: 0644]
build/win32/vs10/cally-atkevents-example.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/cally-atktext-example.vcxproj [new file with mode: 0644]
build/win32/vs10/cally-atktext-example.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/cally-clone-example.vcxproj [new file with mode: 0644]
build/win32/vs10/cally-clone-example.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/clutter.props [new file with mode: 0644]
build/win32/vs10/clutter.sln [new file with mode: 0644]
build/win32/vs10/clutter.vcxproj.filtersin [new file with mode: 0644]
build/win32/vs10/clutter.vcxprojin [new file with mode: 0644]
build/win32/vs10/install.vcxproj [new file with mode: 0644]
build/win32/vs10/test-cogl-perf.vcxproj [new file with mode: 0644]
build/win32/vs10/test-cogl-perf.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/test-conformance.vcxproj.filtersin [new file with mode: 0644]
build/win32/vs10/test-conformance.vcxprojin [new file with mode: 0644]
build/win32/vs10/test-interactive.vcxproj.filtersin [new file with mode: 0644]
build/win32/vs10/test-interactive.vcxprojin [new file with mode: 0644]
build/win32/vs10/test-picking.vcxproj [new file with mode: 0644]
build/win32/vs10/test-picking.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/test-random-text.vcxproj [new file with mode: 0644]
build/win32/vs10/test-random-text.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/test-text-perf.vcxproj [new file with mode: 0644]
build/win32/vs10/test-text-perf.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/test-text.vcxproj [new file with mode: 0644]
build/win32/vs10/test-text.vcxproj.filters [new file with mode: 0644]
build/win32/vs9/Makefile.am [new file with mode: 0644]
build/win32/vs9/README.txt [new file with mode: 0644]
build/win32/vs9/cally-atkcomponent-example.vcproj [new file with mode: 0644]
build/win32/vs9/cally-atkeditabletext-example.vcproj [new file with mode: 0644]
build/win32/vs9/cally-atkevents-example.vcproj [new file with mode: 0644]
build/win32/vs9/cally-atktext-example.vcproj [new file with mode: 0644]
build/win32/vs9/cally-clone-example.vcproj [new file with mode: 0644]
build/win32/vs9/clutter.sln [new file with mode: 0644]
build/win32/vs9/clutter.vcprojin [new file with mode: 0644]
build/win32/vs9/clutter.vsprops [new file with mode: 0644]
build/win32/vs9/install.vcproj [new file with mode: 0644]
build/win32/vs9/test-cogl-perf.vcproj [new file with mode: 0644]
build/win32/vs9/test-conformance.vcprojin [new file with mode: 0644]
build/win32/vs9/test-interactive.vcprojin [new file with mode: 0644]
build/win32/vs9/test-picking.vcproj [new file with mode: 0644]
build/win32/vs9/test-random-text.vcproj [new file with mode: 0644]
build/win32/vs9/test-text-perf.vcproj [new file with mode: 0644]
build/win32/vs9/test-text.vcproj [new file with mode: 0644]
clutter/Makefile.am
clutter/clutter-config.h.win32 [new file with mode: 0644]
clutter/clutter-version.h.win32.in [new file with mode: 0644]
clutter/clutter.symbols [new file with mode: 0644]
tests/conform/Makefile.am
tests/interactive/Makefile.am
tests/micro-bench/test-picking.c