Changeset 52 in Main for trunk/Server/tewi.rc


Ignore:
Timestamp:
Sep 18, 2024, 8:26:07 PM (2 months ago)
Author:
Nishi
Message:

update resource file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tewi.rc

    r49 r52  
    11#include <winver.h>
    22#include "tw_version.h"
     3#include "../config.h"
    34
    45id ICON "./tewi.ico"
     
    1213                BEGIN
    1314                        VALUE "CompanyName", "Nishi\0"
     15#ifdef NO_SSL
    1416                        VALUE "FileDescription", "Simple HTTP Daemon\0"
     17#else
     18                        VALUE "FileDescription", "Simple HTTP Daemon with TLS/SSL\0"
     19#endif
    1520                        VALUE "LegalCopyright", "Public domain, original by Nishi\0"
    1621                        VALUE "FileVersion", TW_VERSION
Note: See TracChangeset for help on using the changeset viewer.