[vorbis-dev] win32sdk -- line ending translation issues
Matthijs Laan
matthijsln at xs4all.nl
Sat Oct 20 03:03:23 PDT 2001
On Fri 19 Oct 2001 20:54:07, "Chris Wolf" <cwolf at starclass.com> wrote:
> Any improvements would be graciously accepted.
What do you think about...
var msdev = WScript.CreateObject("msdev.application");
var shell = WScript.CreateObject("WScript.Shell");
var env = shell.Environment("PROCESS");
var SRCROOT = env("SRCROOT");
msdev.Documents.Open(SRCROOT + "\\win32sdk\\all.dsw", "", true);
msdev.ActiveProject = msdev.Projects("all");
msdev.ExecuteCommand("BuildProjectExport");
msdev.Documents.CloseAll();
msdev.Documents.Open(SRCROOT + "\\win32sdk\\sdk\\build\\examples.dsw");
msdev.ActiveProject = msdev.Projects("examples");
msdev.ExecuteCommand("BuildProjectExport");
msdev.Documents.CloseAll();
msdev.Quit();
Matthijs
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list