* make_vc.bat
* make_vcce.bat
* make_vc.mak
- make_vcce.mak
% make_vcce functionality merged into make_vc.
* make_vcce.bat changed to a stub calling make_vc.bat.
; WinCE builds can be triggered using envvars:
set HB_BUILD_WINCE=yes
set HB_CC_NAME=vcce
Please update your environment and test WinCE builds
after this change.
* make_vc.mak
* contrib/mtpl_vc.mak
* Changed HB_VISUALC_VER default to 80.
It was 60 for non-WinCE builds and contribs,
80 for WinCE builds. Now it is 80 for all
these cases.
* make_b32.mak
* Minor comment visual sync with make_vc.mak.
14 lines
258 B
Batchfile
14 lines
258 B
Batchfile
@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
|