|
From: <as...@us...> - 2002-12-30 20:38:44
|
Update of /cvsroot/decaldev/source/Decal
In directory sc8-pr-cvs1:/tmp/cvs-serv25967
Modified Files:
Decal.rc
Log Message:
2.5.0.1 version update
Index: Decal.rc
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/Decal.rc,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** Decal.rc 12 Dec 2002 02:31:39 -0000 1.34
--- Decal.rc 30 Dec 2002 20:38:40 -0000 1.35
***************
*** 1,3 ****
! // Microsoft Visual C++ generated resource script.
//
#include "resource.h"
--- 1,3 ----
! //Microsoft Developer Studio generated resource script.
//
#include "resource.h"
***************
*** 28,37 ****
//
! 1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
! 2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
--- 28,37 ----
//
! 1 TEXTINCLUDE MOVEABLE PURE
BEGIN
"resource.h\0"
END
! 2 TEXTINCLUDE MOVEABLE PURE
BEGIN
"#include ""winres.h""\r\n"
***************
*** 39,43 ****
END
! 3 TEXTINCLUDE
BEGIN
"1 TYPELIB ""Decal.tlb""\r\n"
--- 39,43 ----
END
! 3 TEXTINCLUDE MOVEABLE PURE
BEGIN
"1 TYPELIB ""Decal.tlb""\r\n"
***************
*** 48,51 ****
--- 48,52 ----
+ #ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
***************
*** 54,59 ****
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 2,5,0,0
! PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
--- 55,60 ----
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 2,5,0,1
! PRODUCTVERSION 2,5,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
***************
*** 70,80 ****
BLOCK "040904b0"
BEGIN
! VALUE "FileDescription", "Decal Module"
! VALUE "FileVersion", "2, 5, 0, 0"
! VALUE "InternalName", "Decal"
! VALUE "LegalCopyright", "Copyright 2001-2002"
! VALUE "OriginalFilename", "Decal.DLL"
! VALUE "ProductName", "Decal Module"
! VALUE "ProductVersion", "2, 5, 0, 0"
END
END
--- 71,86 ----
BLOCK "040904b0"
BEGIN
! VALUE "Comments", "\0"
! VALUE "CompanyName", "\0"
! VALUE "FileDescription", "Decal Module\0"
! VALUE "FileVersion", "2, 5, 0, 1\0"
! VALUE "InternalName", "Decal\0"
! VALUE "LegalCopyright", "Copyright 2001-2002\0"
! VALUE "LegalTrademarks", "\0"
! VALUE "OriginalFilename", "Decal.DLL\0"
! VALUE "PrivateBuild", "\0"
! VALUE "ProductName", "Decal Module\0"
! VALUE "ProductVersion", "2, 5, 0, 1\0"
! VALUE "SpecialBuild", "\0"
END
END
***************
*** 85,88 ****
--- 91,96 ----
END
+ #endif // !_MAC
+
/////////////////////////////////////////////////////////////////////////////
***************
*** 91,95 ****
//
! IDR_ACHooks REGISTRY "ACHooks.rgs"
/////////////////////////////////////////////////////////////////////////////
--- 99,103 ----
//
! IDR_ACHooks REGISTRY MOVEABLE PURE "ACHooks.rgs"
/////////////////////////////////////////////////////////////////////////////
***************
*** 98,102 ****
//
! STRINGTABLE
BEGIN
IDS_PROJNAME "Decal"
--- 106,110 ----
//
! STRINGTABLE DISCARDABLE
BEGIN
IDS_PROJNAME "Decal"
***************
*** 104,108 ****
END
! STRINGTABLE
BEGIN
IDE_INDEXOUTOFRANGE "The provided index is below 0 or greater than the number of items in the list."
--- 112,116 ----
END
! STRINGTABLE DISCARDABLE
BEGIN
IDE_INDEXOUTOFRANGE "The provided index is below 0 or greater than the number of items in the list."
***************
*** 136,143 ****
//
! IDR_DECAL REGISTRY "Decal.rgs"
! IDR_SURROGATEREMOVE REGISTRY "SurrogateRemove.rgs"
! IDR_ACTIVEXSURROGATE REGISTRY "ActiveXSurrogate.rgs"
! IDR_DECALRES REGISTRY "DecalRes.rgs"
#endif // English (Canada) resources
/////////////////////////////////////////////////////////////////////////////
--- 144,151 ----
//
! IDR_DECAL REGISTRY MOVEABLE PURE "Decal.rgs"
! IDR_SURROGATEREMOVE REGISTRY MOVEABLE PURE "SurrogateRemove.rgs"
! IDR_ACTIVEXSURROGATE REGISTRY MOVEABLE PURE "ActiveXSurrogate.rgs"
! IDR_DECALRES REGISTRY MOVEABLE PURE "DecalRes.rgs"
#endif // English (Canada) resources
/////////////////////////////////////////////////////////////////////////////
|