From 7d82aaeabae76076024ce4afdc222674853f1f36 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 28 Aug 2008 18:17:37 +0000 Subject: [PATCH] 2008-08-28 20:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.bat - make_vcce.bat + Added some additional information how to create WinCE builds using make_vc.bat. - Deleted make_vcce.bat --- harbour/ChangeLog | 7 +++++++ harbour/make_vc.bat | 6 +++++- harbour/make_vcce.bat | 13 ------------- 3 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 harbour/make_vcce.bat diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 91441c5dbe..382726f01f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-08-28 20:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * make_vc.bat + - make_vcce.bat + + Added some additional information how to create WinCE + builds using make_vc.bat. + - Deleted make_vcce.bat + 2008-08-28 20:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtchrmap.c * source/rtl/hbgtcore.c diff --git a/harbour/make_vc.bat b/harbour/make_vc.bat index b371860bc5..f01998dbdd 100644 --- a/harbour/make_vc.bat +++ b/harbour/make_vc.bat @@ -19,8 +19,12 @@ rem set HB_REBUILD_PARSER=yes rem set HB_MAKE_PROGRAM= rem set HB_SHOW_ERRORS= rem set HB_MAKE_FLAGS= -rem set HB_CC_NAME=vc or vcce +rem +rem To create a WinCE build, use the following settings: rem set HB_BUILD_WINCE=yes +rem set HB_CC_NAME=vcce +rem set HB=C:\your_harbour_windows_binaries\harbour.exe +rem set HBPP=C:\your_harbour_windows_binaries\hbpp.exe rem --------------------------------------------------------------- set _HB_CC_NAME=%HB_CC_NAME% diff --git a/harbour/make_vcce.bat b/harbour/make_vcce.bat deleted file mode 100644 index b84f0a0904..0000000000 --- a/harbour/make_vcce.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off -rem -rem $Id$ -rem - -rem ; This batch file will be removed shortly, please use -rem following method in your build environment to create -rem an MSVC WinCE build. - -set HB_BUILD_WINCE=yes -set HB_CC_NAME=vcce - -call make_vc.bat %1 %2 %3