+ config/ren_sfn.prg
- external/bzip2/cnv_hb2o.bat
- external/bzip2/cnv_o2hb.bat
+ external/bzip2/ren_sfn.txt
- external/libhpdf/cnv_o2hb.bat
- external/libhpdf/cnv_hb2o.bat
+ external/libhpdf/ren_sfn.txt
- external/pcre/cnv_o2hb.bat
- external/pcre/cnv_hb2o.bat
+ external/pcre/ren_sfn.txt
+ Replaced .bat method for converting long filenames to
short ones to a .prg script and simple text input file.
Also much of the logic is automatized.
* src/rtl/gtwvt/gtwvt.c
* Minor in old comment.
* INSTALL
- Deleted no more relevant restriction with HB_BUILD_PKG.
* contrib/hbwin/wapi_winuser.c
* contrib/hbwin/hbwin.ch
+ Added WAPI_SETWINDOWPOS() + relevant constants.
+ Added WIN_WS_* constants.
+ Added WAPI_ISICONIC(), WAPI_ISZOOMED().
* contrib/hbwin/tests/testax.prg
! Fixed to compile without warning.
* Using hbwin.ch.
88 lines
2.1 KiB
Plaintext
88 lines
2.1 KiB
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# Use with 'hbrun <root>/config/ren_sfn.prg [F|T]'
|
|
|
|
README README
|
|
hpdfanno.c hpdf_annotation.c
|
|
hpdfarra.c hpdf_array.c
|
|
hpdfbina.c hpdf_binary.c
|
|
hpdfbool.c hpdf_boolean.c
|
|
hpdfcata.c hpdf_catalog.c
|
|
hpdfdest.c hpdf_destination.c
|
|
hpdfdict.c hpdf_dict.c
|
|
hpdfdoc.c hpdf_doc.c
|
|
hpdfdocp.c hpdf_doc_png.c
|
|
hpdfenco.c hpdf_encoder.c
|
|
hpdfencc.c hpdf_encoder_cns.c
|
|
hpdfencn.c hpdf_encoder_cnt.c
|
|
hpdfencj.c hpdf_encoder_jp.c
|
|
hpdfenck.c hpdf_encoder_kr.c
|
|
hpdfecy.c hpdf_encrypt.c
|
|
hpdfecyd.c hpdf_encryptdict.c
|
|
hpdferro.c hpdf_error.c
|
|
hpdfextg.c hpdf_ext_gstate.c
|
|
hpdffont.c hpdf_font.c
|
|
hpdffonc.c hpdf_font_cid.c
|
|
hpdffott.c hpdf_font_tt.c
|
|
hpdffon1.c hpdf_font_type1.c
|
|
hpdffdf.c hpdf_fontdef.c
|
|
hpdffdfb.c hpdf_fontdef_base14.c
|
|
hpdffdfi.c hpdf_fontdef_cid.c
|
|
hpdffdfc.c hpdf_fontdef_cns.c
|
|
hpdffdfn.c hpdf_fontdef_cnt.c
|
|
hpdffdfj.c hpdf_fontdef_jp.c
|
|
hpdffdfk.c hpdf_fontdef_kr.c
|
|
hpdffdft.c hpdf_fontdef_tt.c
|
|
hpdffdf1.c hpdf_fontdef_type1.c
|
|
hpdfgsta.c hpdf_gstate.c
|
|
hpdfimag.c hpdf_image.c
|
|
hpdfimap.c hpdf_image_png.c
|
|
hpdfinfo.c hpdf_info.c
|
|
hpdflist.c hpdf_list.c
|
|
hpdfmmgr.c hpdf_mmgr.c
|
|
hpdfname.c hpdf_name.c
|
|
hpdfnull.c hpdf_null.c
|
|
hpdfnumb.c hpdf_number.c
|
|
hpdfobje.c hpdf_objects.c
|
|
hpdfoutl.c hpdf_outline.c
|
|
hpdfpage.c hpdf_page_label.c
|
|
hpdfpago.c hpdf_page_operator.c
|
|
hpdfpags.c hpdf_pages.c
|
|
hpdfreal.c hpdf_real.c
|
|
hpdfstre.c hpdf_streams.c
|
|
hpdfstri.c hpdf_string.c
|
|
hpdfu3d.c hpdf_u3d.c
|
|
hpdfutil.c hpdf_utils.c
|
|
hpdfxref.c hpdf_xref.c
|
|
hpdf.h hpdf.h
|
|
hpdfanno.h hpdf_annotation.h
|
|
hpdfcata.h hpdf_catalog.h
|
|
hpdfconf.h hpdf_conf.h
|
|
hpdfcfg.h hpdf_config.h
|
|
hpdfcons.h hpdf_consts.h
|
|
hpdfdest.h hpdf_destination.h
|
|
hpdfdoc.h hpdf_doc.h
|
|
hpdfenco.h hpdf_encoder.h
|
|
hpdfencr.h hpdf_encrypt.h
|
|
hpdfency.h hpdf_encryptdict.h
|
|
hpdferro.h hpdf_error.h
|
|
hpdfextg.h hpdf_ext_gstate.h
|
|
hpdffont.h hpdf_font.h
|
|
hpdffond.h hpdf_fontdef.h
|
|
hpdfgsta.h hpdf_gstate.h
|
|
hpdfimag.h hpdf_image.h
|
|
hpdfinfo.h hpdf_info.h
|
|
hpdflist.h hpdf_list.h
|
|
hpdfmmgr.h hpdf_mmgr.h
|
|
hpdfobje.h hpdf_objects.h
|
|
hpdfoutl.h hpdf_outline.h
|
|
hpdfpage.h hpdf_page_label.h
|
|
hpdfpags.h hpdf_pages.h
|
|
hpdfstre.h hpdf_streams.h
|
|
hpdftype.h hpdf_types.h
|
|
hpdfu3d.h hpdf_u3d.h
|
|
hpdfutil.h hpdf_utils.h
|
|
hpdfvers.h hpdf_version.h
|