[xiph-cvs] cvs commit: ao/win32 all.dsw all.opt example.dsp install.bat

Chris Wolf cwolf at xiph.org
Fri Sep 7 17:02:11 PDT 2001



cwolf       01/09/07 17:02:11

  Modified:    win32    all.dsw all.opt example.dsp install.bat
  Log:
  Finalize project settings.

Revision  Changes    Path
1.2       +15 -0     ao/win32/all.dsw

Index: all.dsw
===================================================================
RCS file: /usr/local/cvsroot/ao/win32/all.dsw,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- all.dsw	2001/09/05 19:09:57	1.1
+++ all.dsw	2001/09/08 00:02:10	1.2
@@ -59,6 +59,21 @@
     Begin Project Dependency
     Project_Dep_Name dsound
     End Project Dependency
+    Begin Project Dependency
+    Project_Dep_Name mmsound
+    End Project Dependency
+}}}
+
+###############################################################################
+
+Project: "mmsound"=..\src\plugins\mmsound\mmsound.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
 }}}
 
 ###############################################################################

1.4       +790 -71   ao/win32/all.opt

Index: all.opt
===================================================================
RCS file: /usr/local/cvsroot/ao/win32/all.opt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
Binary files /tmp/cvsOEBUi6 and /tmp/cvs8ogXq5 differ

1.2       +2 -2      ao/win32/example.dsp

Index: example.dsp
===================================================================
RCS file: /usr/local/cvsroot/ao/win32/example.dsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- example.dsp	2001/09/05 19:09:57	1.1
+++ example.dsp	2001/09/08 00:02:10	1.2
@@ -42,7 +42,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /I "../include" /I "../win32/include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "../include" /I "../win32/include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
 # SUBTRACT CPP /YX
 # ADD BASE RSC /l 0x409 /d "NDEBUG"
 # ADD RSC /l 0x409 /d "NDEBUG"
@@ -67,7 +67,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../include" /I "../win32/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../include" /I "../win32/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c
 # SUBTRACT CPP /YX
 # ADD BASE RSC /l 0x409 /d "_DEBUG"
 # ADD RSC /l 0x409 /d "_DEBUG"

1.2       +6 -4      ao/win32/install.bat

Index: install.bat
===================================================================
RCS file: /usr/local/cvsroot/ao/win32/install.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install.bat	2001/09/05 19:09:57	1.1
+++ install.bat	2001/09/08 00:02:10	1.2
@@ -1,5 +1,5 @@
-rem echo off
-rem $Id: install.bat,v 1.1 2001/09/05 19:09:57 cwolf Exp $
+echo off
+rem $Id: install.bat,v 1.2 2001/09/08 00:02:10 cwolf Exp $
 rem
 rem Install script for win32 ao
 setlocal
@@ -12,6 +12,8 @@
 echo on
 copy %SRCBASE%\ao\win32\lib\ao_d.dll "%DLLPATH%"
 copy %SRCBASE%\ao\win32\lib\ao.dll "%DLLPATH%"
-copy %SRCBASE%\ao\win32\lib\dsound_d.dll "%PLUGINPATH%"
-copy %SRCBASE%\ao\win32\lib\dsound.dll "%PLUGINPATH%"
+copy %SRCBASE%\ao\win32\lib\mmsound_d.dll "%PLUGINPATH%"
+rem copy %SRCBASE%\ao\win32\lib\mmsound.dll "%PLUGINPATH%"
+rem copy %SRCBASE%\ao\win32\lib\dsound_d.dll "%PLUGINPATH%"
+rem copy %SRCBASE%\ao\win32\lib\dsound.dll "%PLUGINPATH%"
 endlocal

--- >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