2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* make_vcce.bat
     ! Fixed.

   * contrib/rddads/make_vc.bat
     ! Undone previous modification. Quotes are needed to support 
       dirs containing spaces (this is actually the case for the 
       default install dir of ACE SDK).
       For very old MSVC compilers not understanding quotes 
       in -I (and possibly other) switches, pls specify the 
       external package #include directories directly through:
       set C_USR=-IC:\mypath\pkg\include
       and so on. MSVC98 is a very old product and there is 
       probably no way to make all features of our build systems 
       100% compatible with it, but with this manual workaround, 
       it can properly work (until a recommended VC upgrade :).
This commit is contained in:
Viktor Szakats
2008-08-27 19:31:25 +00:00
parent 6475e630a4
commit a8fe14c2d5
3 changed files with 17 additions and 2 deletions

View File

@@ -8,6 +8,22 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* make_vcce.bat
! Fixed.
* contrib/rddads/make_vc.bat
! Undone previous modification. Quotes are needed to support
dirs containing spaces (this is actually the case for the
default install dir of ACE SDK).
For very old MSVC compilers not understanding quotes
in -I (and possibly other) switches, pls specify the
external package #include directories directly through:
set C_USR=-IC:\mypath\pkg\include
and so on. MSVC98 is a very old product and there is
probably no way to make all features of our build systems
100% compatible with it, but with this manual workaround,
it can properly work (until a recommended VC upgrade :).
2008-08-27 17:05 UTC+0100 JF Lefebvre (Mafact) (jfl at mafact dot com)
* contrib/rddads/make_vc.bat

View File

@@ -18,7 +18,7 @@ goto POST_EXIT
:DIR_OK
if "%HB_INC_ADS%" == "" set HB_INC_ADS=%HB_DIR_ADS%
set CFLAGS=-I%HB_INC_ADS%
set CFLAGS=-I"%HB_INC_ADS%"
set _HB_DLL_NAME=ace32
if exist "%HB_DIR_ADS%\Redistribute\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_ADS%\Redistribute
if exist "%HB_DIR_ADS%\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_ADS%

View File

@@ -8,6 +8,5 @@ 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