Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libicu-devel /
samples /
uresb /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
1.95
KB
-rw-r--r--
2020-04-22 20:04
en.txt
1.92
KB
-rw-r--r--
2020-04-22 20:04
readme.txt
2.53
KB
-rw-r--r--
2020-04-22 20:04
resources.mak
698
B
-rw-r--r--
2020-04-22 20:04
resources.vcxproj
8.43
KB
-rw-r--r--
2020-04-22 20:04
resources.vcxproj.filters
868
B
-rw-r--r--
2020-04-22 20:04
root.txt
1.95
KB
-rw-r--r--
2020-04-22 20:04
sr.txt
1.98
KB
-rw-r--r--
2020-04-22 20:04
uresb.c
10.55
KB
-rw-r--r--
2020-04-22 20:04
uresb.sln
2.05
KB
-rw-r--r--
2020-04-22 20:04
uresb.vcxproj
9.67
KB
-rw-r--r--
2020-04-22 20:04
uresb.vcxproj.filters
878
B
-rw-r--r--
2020-04-22 20:04
Save
Rename
## Copyright (C) 2016 and later: Unicode, Inc. and others. ## License & terms of use: http://www.unicode.org/copyright.html#License ## ## Copyright (c) 2001-2009 International Business Machines ## Corporation and others. All Rights Reserved. PACKAGE_NAME = uresb TARGETS = en.res root.res sr.res !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" GENRB = ..\..\..\bin64\genrb.exe !ELSE GENRB = ..\..\..\bin\genrb.exe !ENDIF GENRBOPT = -s . -d . all : $(TARGETS) @echo All targets are up to date clean : -erase $(TARGETS) en.res : en.txt $(GENRB) $(GENRBOPT) $? root.res : root.txt $(GENRB) $(GENRBOPT) $? sr.res : sr.txt $(GENRB) $(GENRBOPT) --encoding cp1251 $?