[mapguide-internals] Build64 Batch File Paths

Crispin_at_Linknode crispin.hoult at linknode.co.uk
Thu Dec 1 06:13:48 EST 2011


Hi,

Is Build64.bat the way to be building MapGuide x64 from trunk?
The "if exist" paths for Inc and Lib in this file just check for the \Bin
folder... mistake?

 Thanks - Crispin


:check_fdo
:check_fdo_bin
if exist "%MG_OEM%\FDO\Bin\%TYPEBUILD%" goto check_fdo_inc
SET ERRORMSG=Unable to find FDO binaries. Copy the FDO binaries
%MG_OEM%\FDO\Bin\%TYPEBUILD%
goto custom_error_no_help
:check_fdo_inc
if exist "%MG_OEM%\FDO\Bin\%TYPEBUILD%" goto check_fdo_lib
SET ERRORMSG=Unable to find FDO headers. Copy the FDO headers into
%MG_OEM%\Inc
goto custom_error_no_help
:check_fdo_lib
if exist "%MG_OEM%\FDO\Bin\%TYPEBUILD%" goto start_build
SET ERRORMSG=Unable to find FDO lib files. Copy the FDO lib files into
%MG_OEM%\Lib


-----
linknode.co.uk 
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Build64-Batch-File-Paths-tp7050159p7050159.html
Sent from the MapGuide Internals mailing list archive at Nabble.com.


More information about the mapguide-internals mailing list