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
This commit is contained in:
Viktor Szakats
2008-08-28 18:17:37 +00:00
parent 826f64a0c3
commit 7d82aaeaba
3 changed files with 12 additions and 14 deletions

View File

@@ -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

View File

@@ -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%

View File

@@ -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