X7ROOT File Manager
Current Path:
/opt/alt/libicu/usr/share/doc/alt-libicu-devel/samples/uresb
opt
/
alt
/
libicu
/
usr
/
share
/
doc
/
alt-libicu-devel
/
samples
/
uresb
/
ðŸ“
..
📄
Makefile
(1.95 KB)
📄
en.txt
(1.92 KB)
📄
readme.txt
(2.53 KB)
📄
resources.mak
(698 B)
📄
resources.vcxproj
(8.43 KB)
📄
resources.vcxproj.filters
(868 B)
📄
root.txt
(1.95 KB)
📄
sr.txt
(1.98 KB)
📄
uresb.c
(10.55 KB)
📄
uresb.sln
(2.05 KB)
📄
uresb.vcxproj
(9.9 KB)
📄
uresb.vcxproj.filters
(878 B)
Editing: resources.mak
## 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 $?
Upload File
Create Folder