[xiph-cvs] cvs commit: win32sdk README.win32sdk
Chris Wolf
cwolf at xiph.org
Sat Oct 20 14:31:39 PDT 2001
cwolf 01/10/20 14:31:39
Modified: . README.win32sdk
Log:
Add note about manual makefile export
Revision Changes Path
1.9 +16 -2 win32sdk/README.win32sdk
Index: README.win32sdk
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/README.win32sdk,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- README.win32sdk 2001/10/20 21:12:33 1.8
+++ README.win32sdk 2001/10/20 21:31:39 1.9
@@ -1,4 +1,4 @@
-$Id: README.win32sdk,v 1.8 2001/10/20 21:12:33 cwolf Exp $
+$Id: README.win32sdk,v 1.9 2001/10/20 21:31:39 cwolf Exp $
$Name: $
win32sdk Readme, 13 September, 2001 Chris Wolf
@@ -18,6 +18,10 @@
cvs modules "ogg", "vorbis" and "win32sdk" (this module) are
required for this build.
+ if an NMAKE (see below) build is going to be performed, then the
+ Windows-Script-Host, %SYSTEMROOT%\system32\cscript.exe is
+ required to export the make and dependency files, otherwise
+ this step will need to be performed maually.
QUICK SUMMARY
@@ -37,6 +41,16 @@
of MSVC. In order to do this, set the environment
variable "USENMAKE" to "true" (actually, any value will work).
+ If Windows-script-host, "cscript.exe" is unavailable, then perform
+ the following manual steps:
+
+ 1.) Invoke msdev and load "win32sdk\all.dsw"
+ 2.) Perform the following menu navigation:
+
+ Project->Export Makefile
+ When the "Export Makefile(s)" dialog comes up, select all the
+ checkboxes, then press the "Ok" button.
+
If there are nmake build problems, try the following three steps
before performing the build again.
@@ -91,6 +105,6 @@
clean_dist.bat - restores win32sdk to it's freshly checked out state,
mkmak.bat - creates makefiles and dependency files in the ogg and
- vorbis modules.
+ vorbis modules. Needs %SYSTEMROOT%\system32\cscript.exe
sdk\build\mkmak.bat - creates makefiles for the example programs
--- >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 'cvs-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 commits
mailing list