[vorbis-dev] win32sdk -- line ending translation issues
Chris Wolf
cwolf at starclass.com
Sat Oct 20 10:05:54 PDT 2001
Once again you have come up with great solution -- this approach
makes the macro unnecessary and is more reliable.
The only thing I would change, is that I would break it into two
scripts -- one for building the SDK, and one for using the SDK.
Once the "SDK" (the directory hierarchy rooted in "sdk") is build it is typically relocated
as a standalone component. Only in the case of testing, is it assumed that the "sdk"
subdirectory remains under "win32sdk".
Thanks,
-Chris
BTW, where do you get the action names? e.g. "BuildProjectExport", I started
with a script I found on the net.
On 10/20/2001 at 12:03 PM Matthijs Laan wrote:
>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.
--- >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