[xiph-commits] r8942 - experimental/derf/theora-exp/win32/msvc60
tterribe at motherfish-iii.xiph.org
tterribe at motherfish-iii.xiph.org
Thu Feb 17 17:53:36 PST 2005
Author: tterribe
Date: 2005-02-17 17:53:33 -0800 (Thu, 17 Feb 2005)
New Revision: 8942
Added:
experimental/derf/theora-exp/win32/msvc60/theorabase_static.dsp
experimental/derf/theora-exp/win32/msvc60/theoradec_static.dsp
experimental/derf/theora-exp/win32/msvc60/theoraenc_static.dsp
Removed:
experimental/derf/theora-exp/win32/msvc60/theora_static.dsp
Modified:
experimental/derf/theora-exp/win32/msvc60/dump_video.dsp
experimental/derf/theora-exp/win32/msvc60/encoder_example.dsp
experimental/derf/theora-exp/win32/msvc60/theora_static.dsw
Log:
Updated win32 build.
Modified: experimental/derf/theora-exp/win32/msvc60/dump_video.dsp
===================================================================
--- experimental/derf/theora-exp/win32/msvc60/dump_video.dsp 2005-02-17 19:22:59 UTC (rev 8941)
+++ experimental/derf/theora-exp/win32/msvc60/dump_video.dsp 2005-02-18 01:53:33 UTC (rev 8942)
@@ -37,12 +37,12 @@
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
+# PROP Output_Dir "Release_dump_video"
+# PROP Intermediate_Dir "Release_dump_video"
# 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 /Ob2 /I "../../../xiph/ogg/include" /I "../../../xiph/vorbis/include" /I "../../include" /I "../compatibility" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D GETOPT_API= /U "OC_444_MODE" /U "OC_422_MODE" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /I "../../../../../trunk/ogg/include" /I "../../../../../trunk/vorbis/include" /I "../../include" /I "../compatibility" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D GETOPT_API= /U "OC_444_MODE" /U "OC_422_MODE" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@@ -61,12 +61,12 @@
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
+# PROP Output_Dir "Debug_dump_video"
+# PROP Intermediate_Dir "Debug_dump_video"
# 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 /W4 /Gm /GX /ZI /Od /I "../../../xiph/ogg/include" /I "../../../xiph/vorbis/include" /I "../../include" /I "../compatibility" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D GETOPT_API= /U "OC_444_MODE" /U "OC_422_MODE" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../../../../../trunk/ogg/include" /I "../../../../../trunk/vorbis/include" /I "../../include" /I "../compatibility" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D GETOPT_API= /U "OC_444_MODE" /U "OC_422_MODE" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -74,7 +74,7 @@
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpng.lib zlib.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpng.lib zlib.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
!ENDIF
Modified: experimental/derf/theora-exp/win32/msvc60/encoder_example.dsp
===================================================================
--- experimental/derf/theora-exp/win32/msvc60/encoder_example.dsp 2005-02-17 19:22:59 UTC (rev 8941)
+++ experimental/derf/theora-exp/win32/msvc60/encoder_example.dsp 2005-02-18 01:53:33 UTC (rev 8942)
@@ -37,11 +37,11 @@
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
+# PROP Output_Dir "Release_encoder_example"
+# PROP Intermediate_Dir "Release_encoder_example"
# 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 "../../../xiph/ogg/include" /I "../../../xiph/vorbis/include" /I "../../include" /I "../compatibility" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /U "OC_444_MODE" /U "OC_422_MODE" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../../trunk/ogg/include" /I "../../../../../trunk/vorbis/include" /I "../../include" /I "../compatibility" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /U "OC_444_MODE" /U "OC_422_MODE" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@@ -65,7 +65,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 /W4 /Gm /GX /ZI /Od /I "../../../xiph/ogg/include" /I "../../../xiph/vorbis/include" /I "../../include" /I "../compatibility" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D GETOPT_API= /U "OC_444_MODE" /U "OC_422_MODE" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../../../../../trunk/ogg/include" /I "../../../../../trunk/vorbis/include" /I "../../include" /I "../compatibility" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D GETOPT_API= /U "OC_444_MODE" /U "OC_422_MODE" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
Deleted: experimental/derf/theora-exp/win32/msvc60/theora_static.dsp
===================================================================
--- experimental/derf/theora-exp/win32/msvc60/theora_static.dsp 2005-02-17 19:22:59 UTC (rev 8941)
+++ experimental/derf/theora-exp/win32/msvc60/theora_static.dsp 2005-02-18 01:53:33 UTC (rev 8942)
@@ -1,228 +0,0 @@
-# Microsoft Developer Studio Project File - Name="theora_static" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=theora_static - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "theora_static.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "theora_static.mak" CFG="theora_static - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "theora_static - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "theora_static - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "theora_static - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /Ob2 /I "../../../xiph/ogg/include" /I "../../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /U "OC_DUMP_IMAGES" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "theora_static - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_theora_static"
-# PROP Intermediate_Dir "Debug_theora_static"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /W4 /Gm /GX /ZI /Od /I "../../../xiph/ogg/include" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /U "OC_DUMP_IMAGES" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "theora_static - Win32 Release"
-# Name "theora_static - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\lib\bitrate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\decinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\decode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\dequant.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\encinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\encode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\enquant.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\fdct.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\fragment.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\huffdec.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\huffenc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\idct.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\impmap.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\info.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\internal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\mcenc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\psych.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\quant.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\state.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\lib\dct.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\decint.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\dequant.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\encint.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\enquant.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\fdct.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\huffdec.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\huffenc.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\huffman.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\idct.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\internal.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\ocintrin.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\psych.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\quant.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\theora\theora.h
-# End Source File
-# End Group
-# End Target
-# End Project
Modified: experimental/derf/theora-exp/win32/msvc60/theora_static.dsw
===================================================================
--- experimental/derf/theora-exp/win32/msvc60/theora_static.dsw 2005-02-17 19:22:59 UTC (rev 8941)
+++ experimental/derf/theora-exp/win32/msvc60/theora_static.dsw 2005-02-18 01:53:33 UTC (rev 8942)
@@ -15,11 +15,14 @@
Project_Dep_Name ogg_static
End Project Dependency
Begin Project Dependency
- Project_Dep_Name theora_static
+ Project_Dep_Name vorbis_static
End Project Dependency
Begin Project Dependency
- Project_Dep_Name vorbis_static
+ Project_Dep_Name theorabase_static
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name theoradec_static
+ End Project Dependency
}}}
###############################################################################
@@ -33,9 +36,6 @@
Package=<4>
{{{
Begin Project Dependency
- Project_Dep_Name theora_static
- End Project Dependency
- Begin Project Dependency
Project_Dep_Name ogg_static
End Project Dependency
Begin Project Dependency
@@ -44,11 +44,17 @@
Begin Project Dependency
Project_Dep_Name vorbis_static
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name theorabase_static
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name theoraenc_static
+ End Project Dependency
}}}
###############################################################################
-Project: "ogg_static"="..\..\..\xiph\ogg\win32\ogg_static.dsp" - Package Owner=<4>
+Project: "ogg_static"="..\..\..\..\..\trunk\ogg\win32\ogg_static.dsp" - Package Owner=<4>
Package=<5>
{{{
@@ -60,7 +66,7 @@
###############################################################################
-Project: "theora_static"=".\theora_static.dsp" - Package Owner=<4>
+Project: "theorabase_static"=".\theorabase_static.dsp" - Package Owner=<4>
Package=<5>
{{{
@@ -72,7 +78,7 @@
###############################################################################
-Project: "vorbis_static"="..\..\..\xiph\vorbis\win32\vorbis_static.dsp" - Package Owner=<4>
+Project: "theoradec_static"=".\theoradec_static.dsp" - Package Owner=<4>
Package=<5>
{{{
@@ -80,11 +86,17 @@
Package=<4>
{{{
+ Begin Project Dependency
+ Project_Dep_Name ogg_static
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name theorabase_static
+ End Project Dependency
}}}
###############################################################################
-Project: "vorbisenc_static"="..\..\..\xiph\vorbis\win32\vorbisenc_static.dsp" - Package Owner=<4>
+Project: "theoraenc_static"=".\theoraenc_static.dsp" - Package Owner=<4>
Package=<5>
{{{
@@ -92,10 +104,40 @@
Package=<4>
{{{
+ Begin Project Dependency
+ Project_Dep_Name ogg_static
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name theorabase_static
+ End Project Dependency
}}}
###############################################################################
+Project: "vorbis_static"="..\..\..\..\..\trunk\vorbis\win32\vorbis_static.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "vorbisenc_static"="..\..\..\..\..\trunk\vorbis\win32\vorbisenc_static.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Global:
Package=<5>
Added: experimental/derf/theora-exp/win32/msvc60/theorabase_static.dsp
===================================================================
--- experimental/derf/theora-exp/win32/msvc60/theorabase_static.dsp 2005-02-17 19:22:59 UTC (rev 8941)
+++ experimental/derf/theora-exp/win32/msvc60/theorabase_static.dsp 2005-02-18 01:53:33 UTC (rev 8942)
@@ -0,0 +1,144 @@
+# Microsoft Developer Studio Project File - Name="theorabase_static" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=theorabase_static - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "theorabase_static.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "theorabase_static.mak" CFG="theorabase_static - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "theorabase_static - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "theorabase_static - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "theorabase_static - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release_theorabase_static"
+# PROP Intermediate_Dir "Release_theorabase_static"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /I "../../../../../trunk/ogg/include" /I "../../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /U "OC_DUMP_IMAGES" /YX /FD /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "theorabase_static - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug_theorabase_static"
+# PROP Intermediate_Dir "Debug_theorabase_static"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../../../../../trunk/ogg/include" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /U "OC_DUMP_IMAGES" /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo /out:"Debug_theorabase_static\theorabase_static_d.lib"
+
+!ENDIF
+
+# Begin Target
+
+# Name "theorabase_static - Win32 Release"
+# Name "theorabase_static - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\lib\fragment.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\idct.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\info.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\internal.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\quant.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\state.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\lib\dct.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\huffman.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\idct.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\internal.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\ocintrin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\quant.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\theora\theora.h
+# End Source File
+# End Group
+# End Target
+# End Project
Added: experimental/derf/theora-exp/win32/msvc60/theoradec_static.dsp
===================================================================
--- experimental/derf/theora-exp/win32/msvc60/theoradec_static.dsp 2005-02-17 19:22:59 UTC (rev 8941)
+++ experimental/derf/theora-exp/win32/msvc60/theoradec_static.dsp 2005-02-18 01:53:33 UTC (rev 8942)
@@ -0,0 +1,144 @@
+# Microsoft Developer Studio Project File - Name="theoradec_static" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=theoradec_static - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "theoradec_static.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "theoradec_static.mak" CFG="theoradec_static - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "theoradec_static - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "theoradec_static - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "theoradec_static - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release_theoradec_static"
+# PROP Intermediate_Dir "Release_theoradec_static"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /I "../../../../../trunk/ogg/include" /I "../../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /U "OC_DUMP_IMAGES" /YX /FD /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "theoradec_static - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug_theoradec_static"
+# PROP Intermediate_Dir "Debug_theoradec_static"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../../../../../trunk/ogg/include" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /U "OC_DUMP_IMAGES" /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo /out:"Debug_theoradec_static\theoradec_static_d.lib"
+
+!ENDIF
+
+# Begin Target
+
+# Name "theoradec_static - Win32 Release"
+# Name "theoradec_static - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\lib\decinfo.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\decode.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\dequant.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\huffdec.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\lib\decint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\dequant.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\huffdec.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\huffman.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\idct.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\internal.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\ocintrin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\quant.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\theora\theora.h
+# End Source File
+# End Group
+# End Target
+# End Project
Added: experimental/derf/theora-exp/win32/msvc60/theoraenc_static.dsp
===================================================================
--- experimental/derf/theora-exp/win32/msvc60/theoraenc_static.dsp 2005-02-17 19:22:59 UTC (rev 8941)
+++ experimental/derf/theora-exp/win32/msvc60/theoraenc_static.dsp 2005-02-18 01:53:33 UTC (rev 8942)
@@ -0,0 +1,172 @@
+# Microsoft Developer Studio Project File - Name="theoraenc_static" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=theoraenc_static - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "theoraenc_static.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "theoraenc_static.mak" CFG="theoraenc_static - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "theoraenc_static - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "theoraenc_static - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "theoraenc_static - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release_theoraenc_static"
+# PROP Intermediate_Dir "Release_theoraenc_static"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /I "../../../../../trunk/ogg/include" /I "../../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /U "OC_DUMP_IMAGES" /YX /FD /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "theoraenc_static - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug_theoraenc_static"
+# PROP Intermediate_Dir "Debug_theoraenc_static"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../../../../../trunk/ogg/include" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /U "OC_DUMP_IMAGES" /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo /out:"Debug_theoraenc_static\theoraenc_static_d.lib"
+
+!ENDIF
+
+# Begin Target
+
+# Name "theoraenc_static - Win32 Release"
+# Name "theoraenc_static - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\lib\bitrate.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\encinfo.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\encode.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\enquant.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\fdct.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\huffenc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\impmap.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\mcenc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\psych.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\lib\dct.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\encint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\enquant.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\fdct.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\huffenc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\huffman.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\internal.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\ocintrin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\psych.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\lib\quant.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\theora\theora.h
+# End Source File
+# End Group
+# End Target
+# End Project
More information about the commits
mailing list