[Eolfix-cvs] eolfix eolfix.gif,NONE,1.1 eolfix.ico,NONE,1.1 eolfix.rc,NONE,1.1 eolfix.dsp,1.1.1.1,1.
Brought to you by:
rossta
|
From: Ross S. <ro...@us...> - 2006-03-21 16:28:39
|
Update of /cvsroot/eolfix/eolfix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5957 Modified Files: eolfix.dsp Added Files: eolfix.gif eolfix.ico eolfix.rc Log Message: Added .ico, and version information to eolfix.rc Index: eolfix.dsp =================================================================== RCS file: /cvsroot/eolfix/eolfix/eolfix.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- eolfix.dsp 4 Jan 2006 10:58:05 -0000 1.1.1.1 +++ eolfix.dsp 21 Mar 2006 16:28:29 -0000 1.2 @@ -121,6 +121,10 @@ # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# Begin Source File + +SOURCE=.\eolfix.rc +# End Source File # End Group # End Target # End Project --- NEW FILE: eolfix.rc --- //Microsoft Developer Studio generated resource script. // #include "windows.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // Neutral resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) #ifdef _WIN32 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // Icon & Bitmaps // IDI_ICON ICON DISCARDABLE "eolfix.ico" #ifndef _MAC ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO FILEVERSION 0,2,0,0 PRODUCTVERSION 0,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x40004L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "000004b0" BEGIN VALUE "FileDescription", "View and Correct EOL characters\0" VALUE "FileVersion", "0, 2, 0, 0\0" VALUE "InternalName", "eolfix\0" VALUE "LegalCopyright", "Copyright © 2005-2006 Ross Smith\0" VALUE "OriginalFilename", "eolfix.exe\0" VALUE "ProductName", "View and Correct EOL characters\0" VALUE "ProductVersion", "1, 0, 0, 0\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x0, 1200 END END #endif // !_MAC #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE DISCARDABLE BEGIN "windows.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 // Neutral resources ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// // 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 #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED --- NEW FILE: eolfix.ico --- (This appears to be a binary file; contents omitted.) --- NEW FILE: eolfix.gif --- (This appears to be a binary file; contents omitted.) |