diff options
author | Neo2003 <none@none> | 2008-10-05 11:17:53 -0500 |
---|---|---|
committer | Neo2003 <none@none> | 2008-10-05 11:17:53 -0500 |
commit | 9245de813869b8c386b651204678d1a1b4d84ea7 (patch) | |
tree | 1e5f49b69cdb314e3637fad5caa7ed3c5286648b | |
parent | 4a16ae4fd6939bc1233f5c1590956d00963db255 (diff) |
[svn] * Some renames of VS projects
ACEWraper -> ACEWrappers
ScriptFull -> TrinityScript
--HG--
branch : trunk
-rw-r--r-- | src/bindings/scripts/VC71/71ScriptDev2.vcproj | 2 | ||||
-rw-r--r-- | src/bindings/scripts/VC80/80ScriptDev2.vcproj | 2 | ||||
-rw-r--r-- | src/bindings/scripts/VC90/90ScriptDev2.vcproj | 2 | ||||
-rw-r--r-- | win/VC71/ACE_vc71.vcproj | 14 | ||||
-rw-r--r-- | win/VC80/ACE_vc8.vcproj | 14 | ||||
-rw-r--r-- | win/VC90/ACE_vc9.vcproj | 14 |
6 files changed, 24 insertions, 24 deletions
diff --git a/src/bindings/scripts/VC71/71ScriptDev2.vcproj b/src/bindings/scripts/VC71/71ScriptDev2.vcproj index 9ea083bc56e..02269074eba 100644 --- a/src/bindings/scripts/VC71/71ScriptDev2.vcproj +++ b/src/bindings/scripts/VC71/71ScriptDev2.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ScriptsFull"
+ Name="TrinityScript"
ProjectGUID="{4295C8A9-79B7-4354-8064-F05FB9CA0C96}"
RootNamespace="ScriptDev2"
Keyword="Win32Proj">
diff --git a/src/bindings/scripts/VC80/80ScriptDev2.vcproj b/src/bindings/scripts/VC80/80ScriptDev2.vcproj index f63c8e9dee0..f850a865888 100644 --- a/src/bindings/scripts/VC80/80ScriptDev2.vcproj +++ b/src/bindings/scripts/VC80/80ScriptDev2.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
- Name="ScriptsFull"
+ Name="TrinityScript"
ProjectGUID="{4295C8A9-79B7-4354-8064-F05FB9CA0C96}"
RootNamespace="ScriptDev2"
Keyword="Win32Proj"
diff --git a/src/bindings/scripts/VC90/90ScriptDev2.vcproj b/src/bindings/scripts/VC90/90ScriptDev2.vcproj index f60bd645d63..b9800effbe5 100644 --- a/src/bindings/scripts/VC90/90ScriptDev2.vcproj +++ b/src/bindings/scripts/VC90/90ScriptDev2.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
- Name="ScriptsFull"
+ Name="TrinityScript"
ProjectGUID="{4295C8A9-79B7-4354-8064-F05FB9CA0C96}"
RootNamespace="ScriptDev2"
Keyword="Win32Proj"
diff --git a/win/VC71/ACE_vc71.vcproj b/win/VC71/ACE_vc71.vcproj index c9902657567..672aead072b 100644 --- a/win/VC71/ACE_vc71.vcproj +++ b/win/VC71/ACE_vc71.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ACE_Wraper"
+ Name="ACE_Wrappers"
ProjectGUID="{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}"
SccProjectName=""
SccLocalPath="">
@@ -2011,10 +2011,10 @@ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dlfcn.h">
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h">
+ RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h">
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h">
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h">
</File>
<File
RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fcntl.h">
@@ -2299,10 +2299,10 @@ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdlib.h">
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h">
+ RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h">
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h">
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h">
</File>
<File
RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_strings.h">
@@ -2335,10 +2335,10 @@ RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.h">
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h">
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h">
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h">
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h">
</File>
<File
RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_timeb.h">
diff --git a/win/VC80/ACE_vc8.vcproj b/win/VC80/ACE_vc8.vcproj index ecb6e5f82c0..7bb6e4081c4 100644 --- a/win/VC80/ACE_vc8.vcproj +++ b/win/VC80/ACE_vc8.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
- Name="ACEWraper"
+ Name="ACEWrappers"
ProjectGUID="{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
RootNamespace="ACE"
Keyword="Win32Proj"
@@ -2864,11 +2864,11 @@ >
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h"
>
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h"
>
</File>
<File
@@ -3248,11 +3248,11 @@ >
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h"
>
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h"
>
</File>
<File
@@ -3296,11 +3296,11 @@ >
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h"
>
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h"
>
</File>
<File
diff --git a/win/VC90/ACE_vc9.vcproj b/win/VC90/ACE_vc9.vcproj index a7e9c756117..990149db7da 100644 --- a/win/VC90/ACE_vc9.vcproj +++ b/win/VC90/ACE_vc9.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
- Name="ACEWraper"
+ Name="ACEWrappers"
ProjectGUID="{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
RootNamespace="ACE"
Keyword="Win32Proj"
@@ -2853,11 +2853,11 @@ >
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h"
>
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h"
>
</File>
<File
@@ -3237,11 +3237,11 @@ >
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h"
>
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h"
>
</File>
<File
@@ -3285,11 +3285,11 @@ >
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h"
>
</File>
<File
- RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h"
+ RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h"
>
</File>
<File
|