dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]pnetmark


From: Marcus
Subject: [DotGNU]pnetmark
Date: Wed, 5 Nov 2003 06:48:54 -0600
User-agent: KMail/1.5.93

Could someone add csant .build files to the pnetmark subdirectories? This 
would make it easier to compare compilers as well as runtimes. I'm attempting 
a version for the scimark2 dir:

<?xml version="1.0"?>
<project name="SciMark" default="all">
        <target name="all">
                <compile output="scimark.exe" target="exe" optimize="true">
                        <sources>
                <includes name="*.cs"/>
                        </sources>
                </compile>
    </target>

    <target name="clean">
        <delete file="scimark.exe"/>
    </target>
</project>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]