Commit 05e1cf18 authored by hybrid's avatar hybrid

Change project files for new file names of aes files.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2979 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 67110aa2
......@@ -1197,40 +1197,22 @@
</Unit>
<Unit filename="zlib/zutil.h" />
<Unit filename="aesGladman/aes.h" />
<Unit filename="aesGladman/aescrypt.c" >
<Option compilerVar="CC" />
</Unit>
<Unit filename="aesGladman/aeskey.c" >
<Option compilerVar="CC" />
</Unit>
<Unit filename="aesGladman/aescrypt.cpp" />
<Unit filename="aesGladman/aeskey.cpp" />
<Unit filename="aesGladman/aesopt.h" />
<Unit filename="aesGladman/aestab.c" >
<Option compilerVar="CC" />
</Unit>
<Unit filename="aesGladman/aestab.cpp" />
<Unit filename="aesGladman/bzlib.h" />
<Unit filename="aesGladman/fileenc.c" >
<Option compilerVar="CC" />
</Unit>
<Unit filename="aesGladman/fileenc.cpp" />
<Unit filename="aesGladman/fileenc.h" />
<Unit filename="aesGladman/hmac.c" >
<Option compilerVar="CC" />
</Unit>
<Unit filename="aesGladman/hmac.cpp" />
<Unit filename="aesGladman/hmac.h" />
<Unit filename="aesGladman/prng.c" >
<Option compilerVar="CC" />
</Unit>
<Unit filename="aesGladman/prng.cpp" />
<Unit filename="aesGladman/prng.h" />
<Unit filename="aesGladman/pwd2key.c" >
<Option compilerVar="CC" />
</Unit>
<Unit filename="aesGladman/pwd2key.cpp" />
<Unit filename="aesGladman/pwd2key.h" />
<Unit filename="aesGladman/sha1.c" >
<Option compilerVar="CC" />
</Unit>
<Unit filename="aesGladman/sha1.cpp" />
<Unit filename="aesGladman/sha1.h" />
<Unit filename="aesGladman/sha2.c" >
<Option compilerVar="CC" />
</Unit>
<Unit filename="aesGladman/sha2.cpp" />
<Unit filename="aesGladman/sha2.h" />
<Extensions>
<code_completion />
......
......@@ -6349,20 +6349,20 @@ OverrideBuildCmd=0
BuildCmd=
[Unit631]
FileName=aesGladman\aescrypt.c
FileName=aesGladman\aescrypt.cpp
Folder=Irrlicht/extern/aesGladman
Compile=1
CompileCpp=0
CompileCpp=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit632]
FileName=aesGladman\aeskey.c
FileName=aesGladman\aeskey.cpp
Folder=Irrlicht/extern/aesGladman
Compile=1
CompileCpp=0
CompileCpp=1
Link=1
Priority=1000
OverrideBuildCmd=0
......@@ -6379,10 +6379,10 @@ OverrideBuildCmd=0
BuildCmd=
[Unit634]
FileName=aesGladman\aestab.c
FileName=aesGladman\aestab.cpp
Folder=Irrlicht/extern/aesGladman
Compile=1
CompileCpp=0
CompileCpp=1
Link=1
Priority=1000
OverrideBuildCmd=0
......@@ -6399,10 +6399,10 @@ OverrideBuildCmd=0
BuildCmd=
[Unit636]
FileName=aesGladman\fileenc.c
FileName=aesGladman\fileenc.cpp
Folder=Irrlicht/extern/aesGladman
Compile=1
CompileCpp=0
CompileCpp=1
Link=1
Priority=1000
OverrideBuildCmd=0
......@@ -6419,10 +6419,10 @@ OverrideBuildCmd=0
BuildCmd=
[Unit638]
FileName=aesGladman\hmac.c
FileName=aesGladman\hmac.cpp
Folder=Irrlicht/extern/aesGladman
Compile=1
CompileCpp=0
CompileCpp=1
Link=1
Priority=1000
OverrideBuildCmd=0
......@@ -6439,10 +6439,10 @@ OverrideBuildCmd=0
BuildCmd=
[Unit640]
FileName=aesGladman\prng.c
FileName=aesGladman\prng.cpp
Folder=Irrlicht/extern/aesGladman
Compile=1
CompileCpp=0
CompileCpp=1
Link=1
Priority=1000
OverrideBuildCmd=0
......@@ -6459,10 +6459,10 @@ OverrideBuildCmd=0
BuildCmd=
[Unit642]
FileName=aesGladman\pwd2key.c
FileName=aesGladman\pwd2key.cpp
Folder=Irrlicht/extern/aesGladman
Compile=1
CompileCpp=0
CompileCpp=1
Link=1
Priority=1000
OverrideBuildCmd=0
......@@ -6479,10 +6479,10 @@ OverrideBuildCmd=0
BuildCmd=
[Unit644]
FileName=aesGladman\sha1.c
FileName=aesGladman\sha1.cpp
Folder=Irrlicht/extern/aesGladman
Compile=1
CompileCpp=0
CompileCpp=1
Link=1
Priority=1000
OverrideBuildCmd=0
......@@ -6499,10 +6499,10 @@ OverrideBuildCmd=0
BuildCmd=
[Unit646]
FileName=aesGladman\sha2.c
FileName=aesGladman\sha2.cpp
Folder=Irrlicht/extern/aesGladman
Compile=1
CompileCpp=0
CompileCpp=1
Link=1
Priority=1000
OverrideBuildCmd=0
......
......@@ -2382,52 +2382,52 @@
RelativePath=".\aesGladman\aes.h">
</File>
<File
RelativePath=".\aesGladman\aescrypt.c">
RelativePath=".\aesGladman\aescrypt.cpp">
</File>
<File
RelativePath=".\aesGladman\aeskey.c">
RelativePath=".\aesGladman\aeskey.cpp">
</File>
<File
RelativePath=".\aesGladman\aesopt.h">
</File>
<File
RelativePath=".\aesGladman\aestab.c">
RelativePath=".\aesGladman\aestab.cpp">
</File>
<File
RelativePath=".\aesGladman\bzlib.h">
</File>
<File
RelativePath=".\aesGladman\fileenc.c">
RelativePath=".\aesGladman\fileenc.cpp">
</File>
<File
RelativePath=".\aesGladman\fileenc.h">
</File>
<File
RelativePath=".\aesGladman\hmac.c">
RelativePath=".\aesGladman\hmac.cpp">
</File>
<File
RelativePath=".\aesGladman\hmac.h">
</File>
<File
RelativePath=".\aesGladman\prng.c">
RelativePath=".\aesGladman\prng.cpp">
</File>
<File
RelativePath=".\aesGladman\prng.h">
</File>
<File
RelativePath=".\aesGladman\pwd2key.c">
RelativePath=".\aesGladman\pwd2key.cpp">
</File>
<File
RelativePath=".\aesGladman\pwd2key.h">
</File>
<File
RelativePath=".\aesGladman\sha1.c">
RelativePath=".\aesGladman\sha1.cpp">
</File>
<File
RelativePath=".\aesGladman\sha1.h">
</File>
<File
RelativePath=".\aesGladman\sha2.c">
RelativePath=".\aesGladman\sha2.cpp">
</File>
<File
RelativePath=".\aesGladman\sha2.h">
......
......@@ -3309,11 +3309,11 @@
>
</File>
<File
RelativePath=".\aesGladman\aescrypt.c"
RelativePath=".\aesGladman\aescrypt.cpp"
>
</File>
<File
RelativePath=".\aesGladman\aeskey.c"
RelativePath=".\aesGladman\aeskey.cpp"
>
</File>
<File
......@@ -3321,7 +3321,7 @@
>
</File>
<File
RelativePath=".\aesGladman\aestab.c"
RelativePath=".\aesGladman\aestab.cpp"
>
</File>
<File
......@@ -3329,7 +3329,7 @@
>
</File>
<File
RelativePath=".\aesGladman\fileenc.c"
RelativePath=".\aesGladman\fileenc.cpp"
>
</File>
<File
......@@ -3337,7 +3337,7 @@
>
</File>
<File
RelativePath=".\aesGladman\hmac.c"
RelativePath=".\aesGladman\hmac.cpp"
>
</File>
<File
......@@ -3345,7 +3345,7 @@
>
</File>
<File
RelativePath=".\aesGladman\prng.c"
RelativePath=".\aesGladman\prng.cpp"
>
</File>
<File
......@@ -3353,7 +3353,7 @@
>
</File>
<File
RelativePath=".\aesGladman\pwd2key.c"
RelativePath=".\aesGladman\pwd2key.cpp"
>
</File>
<File
......@@ -3361,7 +3361,7 @@
>
</File>
<File
RelativePath=".\aesGladman\sha1.c"
RelativePath=".\aesGladman\sha1.cpp"
>
</File>
<File
......@@ -3369,7 +3369,7 @@
>
</File>
<File
RelativePath=".\aesGladman\sha2.c"
RelativePath=".\aesGladman\sha2.cpp"
>
</File>
<File
......
......@@ -3018,11 +3018,11 @@
>
</File>
<File
RelativePath=".\aesGladman\aescrypt.c"
RelativePath=".\aesGladman\aescrypt.cpp"
>
</File>
<File
RelativePath=".\aesGladman\aeskey.c"
RelativePath=".\aesGladman\aeskey.cpp"
>
</File>
<File
......@@ -3030,7 +3030,7 @@
>
</File>
<File
RelativePath=".\aesGladman\aestab.c"
RelativePath=".\aesGladman\aestab.cpp"
>
</File>
<File
......@@ -3038,7 +3038,7 @@
>
</File>
<File
RelativePath=".\aesGladman\fileenc.c"
RelativePath=".\aesGladman\fileenc.cpp"
>
</File>
<File
......@@ -3046,7 +3046,7 @@
>
</File>
<File
RelativePath=".\aesGladman\hmac.c"
RelativePath=".\aesGladman\hmac.cpp"
>
</File>
<File
......@@ -3054,7 +3054,7 @@
>
</File>
<File
RelativePath=".\aesGladman\prng.c"
RelativePath=".\aesGladman\prng.cpp"
>
</File>
<File
......@@ -3062,7 +3062,7 @@
>
</File>
<File
RelativePath=".\aesGladman\pwd2key.c"
RelativePath=".\aesGladman\pwd2key.cpp"
>
</File>
<File
......@@ -3070,7 +3070,7 @@
>
</File>
<File
RelativePath=".\aesGladman\sha1.c"
RelativePath=".\aesGladman\sha1.cpp"
>
</File>
<File
......@@ -3078,7 +3078,7 @@
>
</File>
<File
RelativePath=".\aesGladman\sha2.c"
RelativePath=".\aesGladman\sha2.cpp"
>
</File>
<File
......
......@@ -2948,11 +2948,11 @@
>
</File>
<File
RelativePath=".\aesGladman\aescrypt.c"
RelativePath=".\aesGladman\aescrypt.cpp"
>
</File>
<File
RelativePath=".\aesGladman\aeskey.c"
RelativePath=".\aesGladman\aeskey.cpp"
>
</File>
<File
......@@ -2960,7 +2960,7 @@
>
</File>
<File
RelativePath=".\aesGladman\aestab.c"
RelativePath=".\aesGladman\aestab.cpp"
>
</File>
<File
......@@ -2968,7 +2968,7 @@
>
</File>
<File
RelativePath=".\aesGladman\fileenc.c"
RelativePath=".\aesGladman\fileenc.cpp"
>
</File>
<File
......@@ -2976,7 +2976,7 @@
>
</File>
<File
RelativePath=".\aesGladman\hmac.c"
RelativePath=".\aesGladman\hmac.cpp"
>
</File>
<File
......@@ -2984,7 +2984,7 @@
>
</File>
<File
RelativePath=".\aesGladman\prng.c"
RelativePath=".\aesGladman\prng.cpp"
>
</File>
<File
......@@ -2992,7 +2992,7 @@
>
</File>
<File
RelativePath=".\aesGladman\pwd2key.c"
RelativePath=".\aesGladman\pwd2key.cpp"
>
</File>
<File
......@@ -3000,7 +3000,7 @@
>
</File>
<File
RelativePath=".\aesGladman\sha1.c"
RelativePath=".\aesGladman\sha1.cpp"
>
</File>
<File
......@@ -3008,7 +3008,7 @@
>
</File>
<File
RelativePath=".\aesGladman\sha2.c"
RelativePath=".\aesGladman\sha2.cpp"
>
</File>
<File
......
......@@ -66,7 +66,7 @@ for fileName in LIBPNGNAMES:
LIBPNGOBJ += [LIBPNG_PREFIX + fileName];
AESGLADMAN_PREFIX = 'aesGladman/';
AESGLADMANNAMES = ['aescrypt.c', 'aeskey.c', 'aestab.c', 'fileenc.c', 'hmac.c', 'prng.c', 'pwd2key.c', 'sha1.c', 'sha2.c'];
AESGLADMANNAMES = ['aescrypt.cpp', 'aeskey.cpp', 'aestab.cpp', 'fileenc.cpp', 'hmac.cpp', 'prng.cpp', 'pwd2key.cpp', 'sha1.cpp', 'sha2.cpp'];
AESGLADMANOBJ = [];
for fileName in AESGLADMANNAMES:
AESGLADMANOBJ += [AESGLADMAN_PREFIX + fileName];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment