mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 02:25:40 +08:00
and some more files removed
This commit is contained in:
parent
094a4440e6
commit
d255b703a5
5
.gitignore
vendored
5
.gitignore
vendored
@ -13,6 +13,11 @@ tmp/
|
||||
*.bak
|
||||
*.bat
|
||||
*.swp
|
||||
*.o
|
||||
3proxy.res
|
||||
*.idb
|
||||
src/version.h
|
||||
src/res
|
||||
version.c
|
||||
doc/html/man3/
|
||||
doc/html/man8/
|
||||
|
32
3proxy.rc
Normal file
32
3proxy.rc
Normal file
@ -0,0 +1,32 @@
|
||||
#include "src/version.h"
|
||||
#include "afxres.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,7,0,0
|
||||
PRODUCTVERSION 0,7,0,0
|
||||
FILETYPE 0x1L
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "000004b0"
|
||||
BEGIN
|
||||
VALUE "Comments", "3proxy - tiny proxy server, http://3proxy.ru/"
|
||||
VALUE "CompanyName", "Vladimir Dubrovin"
|
||||
VALUE "FileDescription", "3proxy - tiny proxy server"
|
||||
VALUE "FileVersion", VERSION "-" BUILDDATE
|
||||
VALUE "InternalName", "3proxy"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2002-2009 Vladimir Dubrovin"
|
||||
VALUE "OriginalFilename", "3proxy.exe"
|
||||
VALUE "ProductName", "3proxy"
|
||||
VALUE "ProductVersion", VERSION
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0, 1200
|
||||
END
|
||||
END
|
||||
|
BIN
3proxy.res
BIN
3proxy.res
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
#define VERSION "3proxy-0.8b-devel"
|
||||
#define BUILDDATE "140409014428"
|
Loading…
Reference in New Issue
Block a user