and some more files removed

This commit is contained in:
Vladimir Dubrovin 2014-04-09 02:03:01 +04:00
parent 094a4440e6
commit d255b703a5
4 changed files with 37 additions and 2 deletions

5
.gitignore vendored
View File

@ -13,6 +13,11 @@ tmp/
*.bak *.bak
*.bat *.bat
*.swp *.swp
*.o
3proxy.res
*.idb
src/version.h
src/res
version.c version.c
doc/html/man3/ doc/html/man3/
doc/html/man8/ doc/html/man8/

32
3proxy.rc Normal file
View 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

Binary file not shown.

View File

@ -1,2 +0,0 @@
#define VERSION "3proxy-0.8b-devel"
#define BUILDDATE "140409014428"