From: Chun-wei Fan Date: Wed, 20 Jul 2011 02:30:43 +0000 (+0800) Subject: Update VS Projects and related items X-Git-Tag: ATK_2_1_0~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2884e77bc30e541e65757f12a490e9344f7d499;p=platform%2Fupstream%2Fatk.git Update VS Projects and related items -Revert output DLL, LIB and header "install" folder to ...atk-1.0... and atk-1-vs?.dll as a result of commit 01cec72, so to stay consistent across the board -Reflect the above changes in the README.txt files in the build/win32/vs? folders -Clean up project files a bit-removed un-needed items, and have intermediate folders seperated for all projects. --- diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt index 9e5a3b7..6cfe3dd 100644 --- a/build/win32/vs10/README.txt +++ b/build/win32/vs10/README.txt @@ -75,7 +75,7 @@ After the build of ATK, the "install" project will copy build results and headers into their appropriate location under \vs10\. For instance, built DLLs go into \vs10\\bin, built LIBs into \vs10\\lib and atk headers into -\vs10\\include\atk-2.0. This is then from where +\vs10\\include\atk-1.0. This is then from where project files higher in the stack are supposed to look for them, not from a specific ATK source tree. diff --git a/build/win32/vs10/atk.props b/build/win32/vs10/atk.props index 6eceee5..fbaa6ca 100644 --- a/build/win32/vs10/atk.props +++ b/build/win32/vs10/atk.props @@ -1,7 +1,7 @@  - 2.0 + 1.0 \"/dummy\" ..\..\..\..\..\vs10\$(Platform) $(AtkEtcInstallRoot) @@ -82,9 +82,9 @@ copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*-$(AtkApiVersion).lib $(Cop echo EXPORTS >"..\..\..\atk\atk.def" && cl /EP ..\..\..\atk\atk.symbols >>"..\..\..\atk\atk.def" ATK_COMPILATION;DLL_EXPORT;ATK_LOCALEDIR="$(AtkDummyPrefix)/share/locale" lib - -2.0-0 + -1.0-0 - -2-vs10 + -1-vs10 $(AtkSeparateVS10DllPrefix) $(AtkSeparateVS10DllSuffix) diff --git a/build/win32/vs10/atk.vcxprojin b/build/win32/vs10/atk.vcxprojin index 7b96beb..4861e4c 100644 --- a/build/win32/vs10/atk.vcxprojin +++ b/build/win32/vs10/atk.vcxprojin @@ -62,12 +62,7 @@ - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\$(Platform)\bin\ - $(SolutionDir)$(Configuration)\$(Platform)\obj\ true - $(SolutionDir)$(Configuration)\$(Platform)\bin\ - $(SolutionDir)$(Configuration)\$(Platform)\obj\ false true true diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt index c3ddcb4..847430f 100644 --- a/build/win32/vs9/README.txt +++ b/build/win32/vs9/README.txt @@ -75,7 +75,7 @@ After the build of ATK, the "install" project will copy build results and headers into their appropriate location under \vs9\. For instance, built DLLs go into \vs9\\bin, built LIBs into \vs9\\lib and atk headers into -\vs9\\include\atk-2.0. This is then from where +\vs9\\include\atk-1.0. This is then from where project files higher in the stack are supposed to look for them, not from a specific ATK source tree. diff --git a/build/win32/vs9/atk.vcprojin b/build/win32/vs9/atk.vcprojin index 7876365..4089412 100644 --- a/build/win32/vs9/atk.vcprojin +++ b/build/win32/vs9/atk.vcprojin @@ -21,8 +21,6 @@