[xiph-cvs] cvs commit: theora/win32 .cvsignore build_theora_static.bat build_theora_static_debug.bat theora_static.dsp
Mauricio Piacentini
mauricio at xiph.org
Thu May 8 14:53:46 PDT 2003
mauricio 03/05/08 17:53:46
Added: win32 .cvsignore build_theora_static.bat
build_theora_static_debug.bat theora_static.dsp
Log:
Added Win32 VC6 projects for Theora Libs
Revision Changes Path
1.1 theora/win32/.cvsignore
Index: .cvsignore
===================================================================
Static_Debug
Static_Release
Dynamic_Debug
Dynamic_Release
Makefile.in
Makefile
*.ncb
*.plg
*.opt
*.dep
*.mak
*.dsw
<p><p>1.1 theora/win32/build_theora_static.bat
Index: build_theora_static.bat
===================================================================
@echo off
echo ---+++--- Building Theora (Static) ---+++---
if .%SRCROOT%==. set SRCROOT=D:\xiph
et OLDPATH=%PATH%
set OLDINCLUDE=%INCLUDE%
set OLDLIB=%LIB%
call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
echo Setting include paths for Theora
set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\theora\include
echo Compiling...
msdev theora_static.dsp /useenv /make "theora_static - Win32 Release" /rebuild
et PATH=%OLDPATH%
set INCLUDE=%OLDINCLUDE%
set LIB=%OLDLIB%
<p><p>1.1 theora/win32/build_theora_static_debug.bat
Index: build_theora_static_debug.bat
===================================================================
@echo off
echo ---+++--- Building Theora (Static) ---+++---
if .%SRCROOT%==. set SRCROOT=D:\xiph
et OLDPATH=%PATH%
set OLDINCLUDE=%INCLUDE%
set OLDLIB=%LIB%
call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
echo Setting include paths for Theora
set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\theora\include
echo Compiling...
msdev theora_static.dsp /useenv /make "theora_static - Win32 Debug" /rebuild
et PATH=%OLDPATH%
set INCLUDE=%OLDINCLUDE%
set LIB=%OLDLIB%
<p><p>1.1 theora/win32/theora_static.dsp
Index: theora_static.dsp
===================================================================
# 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 "Static_Release"
# PROP Intermediate_Dir "Static_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 /MT /W3 /GX /O2 /I "..\..\ogg\include" /I "..\..\theora\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /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 "Static_Debug"
# PROP Intermediate_Dir "Static_Debug"
# 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 /W3 /Gm /GX /ZI /Od /I "..\..\ogg\include" /I "..\..\theora\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /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:"Static_Debug\theora_static_d.lib"
!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\blockmap.c
# End Source File
# Begin Source File
SOURCE=..\lib\dct.c
# End Source File
# Begin Source File
SOURCE=..\lib\dct_decode.c
# End Source File
# Begin Source File
SOURCE=..\lib\dct_encode.c
# End Source File
# Begin Source File
SOURCE=..\lib\decode.c
# End Source File
# Begin Source File
SOURCE=..\lib\encode.c
# End Source File
# Begin Source File
SOURCE=..\lib\frarray.c
# End Source File
# Begin Source File
SOURCE=..\lib\frinit.c
# End Source File
# Begin Source File
SOURCE=..\lib\huffman.c
# End Source File
# Begin Source File
SOURCE=..\lib\idct.c
# End Source File
# Begin Source File
SOURCE=..\lib\mcomp.c
# End Source File
# Begin Source File
SOURCE=..\lib\misc_common.c
# End Source File
# Begin Source File
SOURCE=..\lib\pb.c
# End Source File
# Begin Source File
SOURCE=..\lib\pp.c
# End Source File
# Begin Source File
SOURCE=..\lib\quant.c
# End Source File
# Begin Source File
SOURCE=..\lib\reconstruct.c
# End Source File
# Begin Source File
SOURCE=..\lib\scan.c
# End Source File
# Begin Source File
SOURCE=..\lib\toplevel.c
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=..\lib\block_inline.h
# End Source File
# Begin Source File
SOURCE=..\lib\encoder_internal.h
# End Source File
# Begin Source File
SOURCE=..\lib\encoder_lookup.h
# End Source File
# Begin Source File
SOURCE=..\lib\huffman.h
# End Source File
# Begin Source File
SOURCE=..\lib\hufftables.h
# End Source File
# Begin Source File
SOURCE=..\lib\mcomp.h
# End Source File
# Begin Source File
SOURCE=..\ogg\ogg.h
# End Source File
# Begin Source File
SOURCE=..\ogg\os_types.h
# End Source File
# Begin Source File
SOURCE=..\lib\pp.h
# End Source File
# Begin Source File
SOURCE=..\lib\quant_lookup.h
# End Source File
# Begin Source File
SOURCE=..\lib\toplevel_lookup.h
# End Source File
# End Group
# End Target
# End Project
<p><p>--- >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