The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/libsodium/builds/msvc/resource.rc

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // Microsoft Visual C++ generated resource script.
    2 //
    3 #include "resource.h"
    4 #include "windows.h"
    5 
    6 //specify the version numbers for the dll's
    7 #define LIBSODIUM_VERSION_STRING "1.0.16.0"
    8 #define LIBSODIUM_VERSION_BIN 1,0,16,0
    9 
   10 //specify the product name for the dlls based on the platform we are compiling for
   11 #if defined(x64)
   12     #define LIBSODIUM_PRODUCT_NAME "libsodium (x64)"
   13 #elif defined(Win32)
   14     #define LIBSODIUM_PRODUCT_NAME "libsodium (x86)"
   15 #else
   16     #define LIBSODIUM_PRODUCT_NAME "libsodium"
   17 #endif
   18 
   19 /////////////////////////////////////////////////////////////////////////////
   20 // English (United States) resources
   21 
   22 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
   23 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
   24 
   25 /////////////////////////////////////////////////////////////////////////////
   26 //
   27 // Version
   28 //
   29 
   30 VS_VERSION_INFO VERSIONINFO
   31  FILEVERSION LIBSODIUM_VERSION_BIN
   32  PRODUCTVERSION LIBSODIUM_VERSION_BIN
   33  FILEFLAGSMASK 0x3fL
   34 #ifdef _DEBUG
   35  FILEFLAGS 0x1L
   36 #else
   37  FILEFLAGS 0x0L
   38 #endif
   39  FILEOS 0x40004L
   40  FILETYPE 0x7L
   41  FILESUBTYPE 0x0L
   42 BEGIN
   43     BLOCK "StringFileInfo"
   44     BEGIN
   45         BLOCK "040904b0"
   46         BEGIN
   47             VALUE "FileDescription", "The Sodium crypto library (libsodium) "
   48             VALUE "FileVersion", LIBSODIUM_VERSION_STRING
   49             VALUE "InternalName", "libsodium"
   50             VALUE "LegalCopyright", "Copyright (c) 2017 The libsodium authors."
   51             VALUE "OriginalFilename", "libsodium.dll"
   52             VALUE "ProductName", LIBSODIUM_PRODUCT_NAME
   53             VALUE "ProductVersion", LIBSODIUM_VERSION_STRING
   54         END
   55     END
   56     BLOCK "VarFileInfo"
   57     BEGIN
   58         VALUE "Translation", 0x409, 1200
   59     END
   60 END
   61 
   62 #endif    // English (United States) resources
   63 /////////////////////////////////////////////////////////////////////////////

Cache object: a8b97976882638b1b0c8ef3ccc72cd71


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.