X7ROOT File Manager
Current Path:
/opt/alt/libicu/usr/share/doc/alt-libicu-devel/samples/datefmt
opt
/
alt
/
libicu
/
usr
/
share
/
doc
/
alt-libicu-devel
/
samples
/
datefmt
/
ðŸ“
..
📄
Makefile
(598 B)
📄
README.TXT
(3.56 KB)
ðŸ“
answers
📄
datefmt.sln
(1.25 KB)
📄
datefmt.vcxproj
(9.55 KB)
📄
datefmt.vcxproj.filters
(967 B)
📄
main.cpp
(3.07 KB)
📄
util.cpp
(2.25 KB)
📄
util.h
(887 B)
Editing: Makefile
# Copyright (C) 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html#License # # Copyright (c) 2000-2002 IBM, Inc. and others # sample code makefile # Usage: # - configure, build, install ICU (make install) # - make sure "icu-config" (in the ICU installed bin directory) is on # the path # - do 'make' in this directory # Name of your target TARGET=datefmt # All object files (C or C++) OBJECTS=main.o util.o # Load in standard makefile definitions include ../defs.mk # the actual rules (this is a simple sample) include ../rules.mk
Upload File
Create Folder