[opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.
Nicky Perian
nickyperian at yahoo.com
Sat Feb 5 20:50:50 PST 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/136/
-----------------------------------------------------------
(Updated Feb. 5, 2011, 8:50 p.m.)
Review request for Viewer.
Changes
-------
Updated per Wolfpup review. Restored OpenSourceRelWithDebInfo to devenv build.
Established OpenSourceRelWithDebInfoE for Express edition which uses vcbuild.exe.
autobconf.bat content--
@echo
call c:\VC80\VC\bin\vcvars32.bat
C:\lindenhg\autobuild-vcexpress-wip\bin\autobuild --debug configure -c OpenSourceRelWithDebInfoE
autobb.bat content--
C:\lindenhg\autobuild-vcexpress-wip\bin\autobuild --debug build -c OpenSourceRelWithDebInfoE
Problem cited in my earlier entry was not considering the dual nature of autobuild.xml. That being sections for configuration and building.
Bottom line is this should work for Express without breaking Pro. If both Pro and Express are installed either method may be used. If only Pro is present either method my be used.
Summary
-------
This modification is a test case and applies to -OpenSourceRelWithDebInfo only.
Configuration batch file content:
@echo
call c:\VC80\VC\bin\vcvars32.bat
C:\lindenhg\autobuild-vcexpress-wip\bin\autobuild --debug configure -c OpenSourceRelWithDebInfo
Build batch file content:
C:\lindenhg\autobuild-vcexpress-wip\bin\autobuild --debug build -c OpenSourceRelWithDebInfo
This is a clean up of a discarded RB
This addresses bug open-1.
http://jira.secondlife.com/browse/open-1
Diffs (updated)
-----
autobuild.xml 00453191c1b9
Diff: http://codereview.secondlife.com/r/136/diff
Testing
-------
There is one post build re-configuration error related to devenv versus vcbuild parameter sequence.
However,C:\lindenhg\viewer-autobuild-express-wip\build-vc80\newview\RelWithDebInfo\LindenDeveloper.exe was built and
log on to aditi successful.
Thanks,
Nicky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110206/85381867/attachment.htm
More information about the opensource-dev
mailing list