* make_b32.bat
* make_vc.bat
* exit_err.bat -> hbmkpost.bat
Please update your environment if you used this feature.
INCOMPATIBLE.
* make_vcce.bat
! Adjusted to latest change.
* make_gnu.bat
* Minor formatting.
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
|