diff options
Diffstat (limited to '3rdparty/lzma/CPP/7zip/UI/Console/resource.rc')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/UI/Console/resource.rc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/3rdparty/lzma/CPP/7zip/UI/Console/resource.rc b/3rdparty/lzma/CPP/7zip/UI/Console/resource.rc index 6e09bb968be..414427fb2d1 100644 --- a/3rdparty/lzma/CPP/7zip/UI/Console/resource.rc +++ b/3rdparty/lzma/CPP/7zip/UI/Console/resource.rc @@ -1,3 +1,7 @@ #include "../../MyVersionInfo.rc" -MY_VERSION_INFO_APP("7-Zip Console", "7z") +MY_VERSION_INFO_APP("7-Zip Console" , "7z") + +#ifndef UNDER_CE +1 24 MOVEABLE PURE "Console.manifest" +#endif |