<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CommandLine</title><link>https://sourceforge.net/p/makeitso/wiki/CommandLine/</link><description>Recent changes to CommandLine</description><atom:link href="https://sourceforge.net/p/makeitso/wiki/CommandLine/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 26 Nov 2013 10:16:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/makeitso/wiki/CommandLine/feed" rel="self" type="application/rss+xml"/><item><title>CommandLine modified by Anonymous</title><link>https://sourceforge.net/p/makeitso/wiki/CommandLine/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;&lt;code&gt;MakeItSo (with no parameters)&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you run &lt;code&gt;MakeItSo&lt;/code&gt; with no command-line parameters, it will look for a &lt;code&gt;.sln&lt;/code&gt; file in the working directory and convert it and the projects it contains. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;-file=[path-to-sln-file]&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Example: &lt;code&gt;MakeItSo -file=e:\code\test\test.sln&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;MakeItSo will convert the solution file specified. The converted makefile will go into the solution's root folder, and not into the working directory that the command was issued from. &lt;/p&gt;
&lt;p&gt;If the &lt;code&gt;-file&lt;/code&gt; parameter is not provided, MakeItSo will look for a &lt;code&gt;.sln&lt;/code&gt; file in the working folder. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;-cygwin=[true/false]&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Example: &lt;code&gt;MakeItSo -cygwin=true&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If this is set to &lt;code&gt;true&lt;/code&gt;, MakeItSo will create a makefile that builds a cygwin project. In particular, shared-objects projects are build as &lt;code&gt;.dll&lt;/code&gt; files instead of &lt;code&gt;.so&lt;/code&gt; files. &lt;/p&gt;
&lt;p&gt;If the &lt;code&gt;-cygwin&lt;/code&gt; parameter is not provided, MakeItSo defaults to a Linux (ie, non-cygwin) build . &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 26 Nov 2013 10:16:48 -0000</pubDate><guid>https://sourceforge.nete3f544b3e5c8ce19793247966242a5c49ca9fb25</guid></item></channel></rss>