<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<title></title>
</head>
<body>
<p style="margin: 0px;"><span> </span></p>
<p style="margin: 0px;"> </p>
<div style="margin: 5px 0px 5px 0px;">
Mark Morgan Lloyd <markMLl.lazarus@telemetry.co.uk> hat am 7. April 2011 um 17:02 geschrieben:<br/>
<br/>
> Is there an easy way to build a package such as lazsvn from the command<br/>
> line at the same time as make bigide?<br/>
><br/>
> The reason I ask is that I'm normally building for both GTK and GTK2<br/>
> (and sometimes for Qt) using a script, and would like to avoid having to<br/>
> subsequently rebuild from inside the IDE with attendant file rename.
</div>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">make clean bigide</p>
<p style="margin: 0px;">./lazbuild --ws=gtk2 components/lazsvnpkg/lazsvnpkg.lpk</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">Mattias</p>
<br/>
</body>
</html>