Skip to content

Commit 2252b2f

Browse files
committed
2009-12-22 22:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* harbour-win-spec * harbour-wce-spec * harbour.spec * include/hbver.h * package/winuni/RELNOTES * config/global.mk * Changed version to 2.0.0 (from 2.0.0rc1) * package/winuni/RELNOTES * Finalization (djgpp -> watcom) * package/winuni/mpkg_win_uni.nsi ! Fixed uninstallation of Start Menu on Vista/Win7, at the same time it won't ask for admin credentials anymore on these OS versions. * MS-DOS/OS2/Linux libs are now not selected by default. * config/dos/watcom.mk * config/dos/djgpp.mk * Disabled .dll generation for MS-DOS build for now. dos/watcom doesn't work, dos/djgpp needs special fixes in djgpp to work. In the meantime, for testing purposes they can be enabled using: HB_BUILD_DLL=dostest
1 parent f9fbf1d commit 2252b2f

File tree

10 files changed

+51
-21
lines changed

10 files changed

+51
-21
lines changed

harbour/ChangeLog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,32 @@
1717
past entries belonging to author(s): Viktor Szakats.
1818
*/
1919

20+
2009-12-22 22:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
21+
* harbour-win-spec
22+
* harbour-wce-spec
23+
* harbour.spec
24+
* include/hbver.h
25+
* package/winuni/RELNOTES
26+
* config/global.mk
27+
* Changed version to 2.0.0 (from 2.0.0rc1)
28+
29+
* package/winuni/RELNOTES
30+
* Finalization (djgpp -> watcom)
31+
32+
* package/winuni/mpkg_win_uni.nsi
33+
! Fixed uninstallation of Start Menu on Vista/Win7, at the
34+
same time it won't ask for admin credentials anymore on
35+
these OS versions.
36+
* MS-DOS/OS2/Linux libs are now not selected by default.
37+
38+
* config/dos/watcom.mk
39+
* config/dos/djgpp.mk
40+
* Disabled .dll generation for MS-DOS build for now.
41+
dos/watcom doesn't work, dos/djgpp needs special fixes
42+
in djgpp to work.
43+
In the meantime, for testing purposes they can be
44+
enabled using: HB_BUILD_DLL=dostest
45+
2046
2009-12-22 19:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
2147
* debian/changelog
2248
* Changed version to 2.0.0 (from 2.0.0rc1)

harbour/config/dos/djgpp.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ AR_RULE = $(create_library)
104104

105105
LD_RULE = $(link_exe_file)
106106

107-
ifeq ($(HB_BUILD_DLL),yes)
107+
ifeq ($(HB_BUILD_DLL),dostest)
108108

109109
DY := dxe3gen
110110
DFLAGS += $(LIBPATHS)

harbour/config/dos/watcom.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ifneq ($(HB_LINKING_RTL),)
7171
endif
7272
endif
7373

74-
ifeq ($(HB_BUILD_DLL),yes)
74+
ifeq ($(HB_BUILD_DLL),dostest)
7575

7676
DY := $(LD)
7777
DFLAGS += OP quiet SYS cwdllr

harbour/config/global.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ GLOBAL_MK_ := yes
3535
HB_VER_MAJOR := 2
3636
HB_VER_MINOR := 0
3737
HB_VER_RELEASE := 0
38-
HB_VER_STATUS := rc1
39-
HB_VER_STATUS_SH := r1
38+
# Status (alpha1, alpha2, beta1, beta2, rc1, rc2, empty for final)
39+
HB_VER_STATUS :=
40+
# Short status (a1, a2, b1, b2, r1, r2, MINOR+RELEASE for final)
41+
HB_VER_STATUS_SH := $(HB_VER_MINOR)$(HB_VER_RELEASE)
4042

4143
# Arbitrary pattern which we do not expect to occur in real-world path names
4244
substpat := !@!@

harbour/harbour-wce-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
%define name harbour-wce
1717
%define version 2.0.0
18-
%define releasen rc1
18+
%define releasen 0
1919
%define hb_pref hbce
2020
%define hb_host www.harbour-project.org
2121
%define readme README.RPM

harbour/harbour-win-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
%define name harbour-win
1717
%define version 2.0.0
18-
%define releasen rc1
18+
%define releasen 0
1919
%define hb_pref hbw
2020
%define hb_host www.harbour-project.org
2121
%define readme README.RPM

harbour/harbour.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
%define name harbour
4848
%define dname Harbour
4949
%define version 2.0.0
50-
%define releasen rc1
50+
%define releasen 0
5151
%define hb_pref hb
5252
%define hb_etcdir /etc/%{name}
5353
%define hb_plat export HB_PLATFORM=linux

harbour/include/hbver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#define HB_VER_MAJOR 2 /* Major version number */
6363
#define HB_VER_MINOR 0 /* Minor version number */
6464
#define HB_VER_RELEASE 0 /* Release number */
65-
#define HB_VER_STATUS "rc1" /* Build status (all lowercase) */
65+
#define HB_VER_STATUS "" /* Build status (all lowercase) */
6666
#define __HARBOUR__ 0x020000 /* Three bytes: Major + Minor + Release. This is recommented for 3rd party .c and .prg level code. */
6767

6868
#endif /* HB_VER_H_ */

harbour/package/winuni/RELNOTES

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Hi All,
22

3-
Harbour 2.0.0rc1 (r133??) source archives and Windows binary
3+
Harbour 2.0.0 (r13372) source archives and Windows binary
44
releases are available for download on sourceforge.net.
55

66
Make sure to check INSTALL doc "QUICK START" section and visit
@@ -12,28 +12,28 @@ Release notes:
1212
Unified Windows release for most supported compilers and
1313
x86, x64, WinCE/ARM, MS-DOS, OS/2, Linux target platforms.
1414

15-
Installed size: 247MB (54MB - 337MB)
15+
Installed size: 214MB (54MB - 339MB)
1616

1717
The default installation will install MinGW compiler + x86 static and
1818
shared libs, MSVC and BCC x86 libs and examples.
1919

2020
Options: x86 shared tools, x64 shared tools, MinGW x64 and
2121
WinCE-ARM libs, MSVC x64 libs, Open Watcom x86 libs,
22-
shared x64/WinCE-ARM libs, MS-DOS (watcom), OS/2 (watcom) libs,
23-
Linux (watcom) libs.
22+
shared x64/WinCE-ARM libs, MS-DOS (watcom) libs, OS/2 (watcom)
23+
libs, Linux (watcom) libs.
2424

2525
Usage:
2626
1) install/unpack to any directory (C:\hb20)
2727
2) go to bin dir (optional if you specify path for hbmk2)
2828
3) For x86 executable, type: 'hbmk2 ../tests/hello.prg'
2929
4) For x64 executable, type: 'hbmk2 ../tests/hello.prg -compiler=mingw64'
30-
[needs mingw64 to be installed into 'comp/mingw64' dir beforehand]
30+
[needs mingw64 to be installed in 'comp/mingw64' dir beforehand]
3131
5) For WinCE/ARM executable, type: 'hbmk2 ../tests/hello.prg -platform=wce'
32-
[needs cegcc to be installed into 'comp/mingwarm' dir beforehand]
32+
[needs cegcc to be installed in 'comp/mingwarm' dir beforehand]
3333
6) For MS-DOS executable, type: 'hbmk2 ../tests/hello.prg -platform=dos'
34-
[needs DJGPP to be installed into 'comp/djgpp' dir beforehand]
34+
[needs OpenWatcom to be installed in 'comp/watcom' dir beforehand]
3535
7) For Linux executable, type: 'hbmk2 ../tests/hello.prg -platform=linux'
36-
[needs OpenWatcom to be installed into 'comp/watcom' dir beforehand]
36+
[needs OpenWatcom to be installed in 'comp/watcom' dir beforehand]
3737

3838
Tool/lib versions used to create this package:
3939
-----------------------------------------------------------------------
@@ -73,7 +73,7 @@ Changes since previous (2.0.0beta3 20090905) release:
7373
- upx updated to 3.04.
7474
- MinGW 4.4.1 updated to TDM-2 release fixing a performance problem.
7575
- MinGW w64 updated to latest binary release.
76-
- DJGPP build replaced with OpenWatcom MS-DOS build.
76+
- DJGPP build in unified release replaced with OpenWatcom MS-DOS build.
7777
- External libs updated (except OpenSSL and libcurl).
7878
- hbwin cleanups/fixes (printer handling) and improvements (mutex, MAPI, misc)
7979
- hbwin OLE2, ActiveX support improved and finalized.

harbour/package/winuni/mpkg_win_uni.nsi

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ SetDateSave on
2525
SetDatablockOptimize on
2626
CRCCheck on
2727

28+
RequestExecutionLevel user
29+
2830
!define PKG_NODJGPP
2931

3032
!define /date NOW "%Y%m%d"
@@ -235,7 +237,7 @@ SectionEnd
235237
!endif
236238

237239
!ifndef PKG_NOLINUX
238-
Section "Libs for Open Watcom Linux" hb_lib_linux
240+
Section /o "Libs for Open Watcom Linux" hb_lib_linux
239241
SetOutPath $INSTDIR\lib\linux\watcom
240242
File "$%HB_ROOT%hb20\lib\linux\watcom\*.*"
241243
SetOutPath $INSTDIR\comp\watcom
@@ -244,7 +246,7 @@ SectionEnd
244246
!endif
245247

246248
!ifndef PKG_NOOS2
247-
Section "Libs for Open Watcom OS/2" hb_lib_os2
249+
Section /o "Libs for Open Watcom OS/2" hb_lib_os2
248250
SetOutPath $INSTDIR\lib\os2\watcom
249251
File "$%HB_ROOT%hb20\lib\os2\watcom\*.*"
250252
SetOutPath $INSTDIR\comp\watcom
@@ -253,7 +255,7 @@ SectionEnd
253255
!endif
254256

255257
!ifndef PKG_NODOS
256-
Section "Libs for Open Watcom MS-DOS" hb_lib_dos
258+
Section /o "Libs for Open Watcom MS-DOS" hb_lib_dos
257259
SetOutPath $INSTDIR\lib\dos\watcom
258260
File "$%HB_ROOT%hb20\lib\dos\watcom\*.*"
259261
SetOutPath $INSTDIR\comp\watcom
@@ -262,7 +264,7 @@ SectionEnd
262264
!endif
263265

264266
!ifndef PKG_NODJGPP
265-
Section "Libs for DJGPP MS-DOS" hb_lib_djgpp
267+
Section /o "Libs for DJGPP MS-DOS" hb_lib_djgpp
266268
SetOutPath $INSTDIR\lib\dos\djgpp
267269
File "$%HB_ROOT%hb20\lib\dos\djgpp\*.*"
268270
SetOutPath $INSTDIR\comp\djgpp

0 commit comments

Comments
 (0)