[ActiveLock-Development] CVS: alcrypto Version.rc,NONE,1.1 resource.h,NONE,1.1 .cvsignore,1.1,1.2 AL
Brought to you by:
ialkan
From: Michael E. C. <mc...@us...> - 2003-08-04 22:02:39
|
Update of /cvsroot/activelock/alcrypto In directory sc8-pr-cvs1:/tmp/cvs-serv28866 Modified Files: .cvsignore ALCrypto.dsp ALCrypto.dsw Added Files: Version.rc resource.h Log Message: Updated for version info. --- NEW FILE: Version.rc --- //Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 #ifndef _MAC ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO FILEVERSION 1,1,0,0 PRODUCTVERSION 2,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L #else FILEFLAGS 0x20L #endif FILEOS 0x40004L FILETYPE 0x2L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "ActiveLock Software Group\0" VALUE "FileDescription", "ActiveLock Cryptography Provider DLL\0" VALUE "FileVersion", "1, 1, 0, 0\0" VALUE "InternalName", "ALCrypto\0" VALUE "LegalCopyright", "Copyright © 2003 ActiveLock Software Group\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "ALCrypto.dll\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "ActiveLock\0" VALUE "ProductVersion", "2.0.0\0" VALUE "SpecialBuild", "alpha1\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END #endif // !_MAC #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END 2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED --- NEW FILE: resource.h --- //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Version.rc // // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1000 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif Index: .cvsignore =================================================================== RCS file: /cvsroot/activelock/alcrypto/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .cvsignore 4 Aug 2003 02:54:06 -0000 1.1 +++ .cvsignore 4 Aug 2003 22:02:37 -0000 1.2 @@ -1,4 +1,5 @@ Debug ALCrypto.plg ALCrypto.ncb -ALCrypto.ncb \ No newline at end of file +ALCrypto.ncb +ALCrypto.opt \ No newline at end of file Index: ALCrypto.dsp =================================================================== RCS file: /cvsroot/activelock/alcrypto/ALCrypto.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ALCrypto.dsp 28 Jul 2003 01:01:03 -0000 1.1 +++ ALCrypto.dsp 4 Aug 2003 22:02:37 -0000 1.2 @@ -23,8 +23,8 @@ # Begin Project # PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" +# PROP Scc_ProjName "ALCrypto" +# PROP Scc_LocalPath "." CPP=cl.exe MTL=midl.exe RSC=rc.exe @@ -56,7 +56,7 @@ # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # Begin Special Build Tool SOURCE="$(InputPath)" -PostBuild_Cmds=copy release\alcrypto.dll test\ +PostBuild_Cmds=copy release\alcrypto.dll test\ # End Special Build Tool !ELSEIF "$(CFG)" == "ALCrypto - Win32 Debug" @@ -86,7 +86,7 @@ # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # Begin Special Build Tool SOURCE="$(InputPath)" -PostBuild_Cmds=copy debug\alcrypto.dll test\ +PostBuild_Cmds=copy debug\alcrypto.dll test\ # End Special Build Tool !ENDIF @@ -171,6 +171,10 @@ # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# Begin Source File + +SOURCE=.\Version.rc +# End Source File # End Group # Begin Source File Index: ALCrypto.dsw =================================================================== RCS file: /cvsroot/activelock/alcrypto/ALCrypto.dsw,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ALCrypto.dsw 28 Jul 2003 01:01:03 -0000 1.1 +++ ALCrypto.dsw 4 Aug 2003 22:02:37 -0000 1.2 @@ -3,10 +3,14 @@ ############################################################################### -Project: "ALCrypto"=.\ALCrypto.dsp - Package Owner=<4> +Project: "ALCrypto"=".\ALCrypto.dsp" - Package Owner=<4> Package=<5> {{{ + begin source code control + ALCrypto + . + end source code control }}} Package=<4> |