Update of /cvsroot/bitcollider/bitcollider/win32
In directory usw-pr-cvs1:/tmp/cvs-serv11151/win32
Modified Files:
bc_dll.dsp
Log Message:
Updated for 0.4.0
Index: bc_dll.dsp
===================================================================
RCS file: /cvsroot/bitcollider/bitcollider/win32/bc_dll.dsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** bc_dll.dsp 12 Oct 2001 23:07:42 -0000 1.15
--- bc_dll.dsp 8 Jul 2002 20:18:07 -0000 1.16
***************
*** 5,9 ****
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
! CFG=BC_DLL - WIN32 DEBUG WITH BDB
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
--- 5,9 ----
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
! CFG=bc_dll - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
***************
*** 14,18 ****
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "bc_dll.mak" CFG="BC_DLL - WIN32 DEBUG WITH BDB"
!MESSAGE
!MESSAGE Possible choices for configuration are:
--- 14,18 ----
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "bc_dll.mak" CFG="bc_dll - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
***************
*** 44,48 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BC_DLL_EXPORTS" /YX /FD /c
! # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /I "..\include" /I "..\..\db\build_win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BC_DLL_EXPORTS" /D "USE_BDB" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
--- 44,48 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BC_DLL_EXPORTS" /YX /FD /c
! # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\..\include" /I "..\include" /I "..\..\db\build_win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BC_DLL_EXPORTS" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
***************
*** 70,74 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BC_DLL_EXPORTS" /YX /FD /GZ /c
! # ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /I "..\..\include" /I "..\include" /I "..\..\db\build_win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BC_DLL_EXPORTS" /D "USE_BDB" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
--- 70,74 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BC_DLL_EXPORTS" /YX /FD /GZ /c
! # ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /I "..\..\\" /I "..\..\include" /I "..\include" /I "..\..\db\build_win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BC_DLL_EXPORTS" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
***************
*** 102,105 ****
--- 102,114 ----
SOURCE=..\lib\cache.c
+
+ !IF "$(CFG)" == "bc_dll - Win32 Release"
+
+ # PROP Exclude_From_Build 1
+
+ !ELSEIF "$(CFG)" == "bc_dll - Win32 Debug"
+
+ !ENDIF
+
# End Source File
# Begin Source File
***************
*** 109,112 ****
--- 118,129 ----
# Begin Source File
+ SOURCE=..\lib\ed2k_md4.c
+ # End Source File
+ # Begin Source File
+
+ SOURCE=..\lib\ftuuhash.c
+ # End Source File
+ # Begin Source File
+
SOURCE=..\lib\gui_win32.c
# End Source File
***************
*** 155,158 ****
--- 172,176 ----
SOURCE=..\libdb33.lib
+ # PROP Exclude_From_Build 1
# End Source File
# End Group
|