* contrib/hbrun/hbrun.hbp
* ChangeLog.txt
* package/harbour-wce.spec.in
* package/harbour-win.spec.in
* package/harbour.spec
* package/mpkg_rpm_wce.sh
* package/mpkg_rpm_win.sh
* package/mpkg_rpm.sh
* package/mpkg_src.sh
* package/mpkg_ver.sh
* package/mpkg_win.nsi
* package/winuni/mpkg_win_uni.nsi
* utils/hbmk2/hbmk2.hbp
* utils/hbmk2/hbmk2.prg
* utils/hbmk2/Makefile
* package/harb_osx.icns -> package/harbour.icns
* package/harb_win.ico -> package/harbour.ico
* package/harb_win.mft -> package/harbour.mft
* package/harb_win.rc -> package/harbour.rc
* utils/hbmk2/hbmk2.rc -> utils/hbmk2/harbour.rc
* sync more file renames with the 3.4 fork
NOTE: some projects used to rely on harb_win.ico. This will
not work anymore and these will need to be updated or even
better fixed to rely on it local .ico file instead.
* sync bash formatting and fixes. Formatting guidelines here
https://google.github.io/styleguide/shell.xml
* sync two hbmk2 macro names
39 lines
862 B
Plaintext
39 lines
862 B
Plaintext
# Copyright 2009 Viktor Szakats (vszakats.net/harbour)
|
|
|
|
-q0 -w3 -es2 -kmo -l -u
|
|
|
|
{HB_HAS_GPM}-prgflag=-DHB_HAS_GPM
|
|
{HB_HAS_WATT}-prgflag=-DHB_HAS_WATT
|
|
|
|
-cflag=-Zm200{wce&allmsvc}
|
|
|
|
{!HB_MT='no'}-mt
|
|
|
|
hbmk2.prg
|
|
|
|
# use alternate public entry function name
|
|
# to not collide with any known ones when
|
|
# running scripts.
|
|
-main=__hbmk_public_entry
|
|
-DHBMK_USE_CUSTMAIN
|
|
|
|
-DHBMK_WITH_BUILTIN_HEADERS_ALL
|
|
|
|
-lhbdossrl{dos}
|
|
|
|
# not using these together with .rc input, because some compilers (mingw)
|
|
# do not support multiple .rc inputs
|
|
#-icon={allwin}../../package/harbour.ico
|
|
#-icon={os2}../../package/harb_os2.ico
|
|
harbour.rc
|
|
|
|
# localization
|
|
po/hbmk2.%{hb_lng}.po
|
|
-hbl=hbmk2.%{hb_lng}.hbl
|
|
-lng=el,es,es_419,fr,gl,hu,it,pt_BR
|
|
|
|
# localization (for automatization with config/lang.hb)
|
|
-3rd=_langhb_docext=.md
|
|
-3rd=_langhb_docoption=-lang={LNG}
|
|
-3rd=_langhb_docoption=-longhelpmd
|