diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-02 15:10:31 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-02 15:10:31 +0000 |
commit | 5c5870e11be98ed2fc9c242d068d0cdf302991de (patch) | |
tree | 3cbdad817638ef5ee4cd40a9450b55812e35abd8 | |
parent | cc2ca85db45ffd85a088fb84c9a2baf481210a16 (diff) |
vc6 project file patch by Faith Healer
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@110 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | db3x_autobackups/db3x.dsp | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/db3x_autobackups/db3x.dsp b/db3x_autobackups/db3x.dsp index 241e039..a2f0d44 100644 --- a/db3x_autobackups/db3x.dsp +++ b/db3x_autobackups/db3x.dsp @@ -40,10 +40,11 @@ RSC=rc.exe # PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
+# PROP Ignore_Export_Lib 1
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DB3X_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DB3X_EXPORTS" /Yu"commonheaders.h" /FD /c
+# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DB3X_EXPORTS" /FD /c
+# SUBTRACT CPP /YX /Yc /Yu
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "NDEBUG"
@@ -53,8 +54,8 @@ BSC32=bscmake.exe # 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 /nologo /dll /machine:I386
-# 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 /nologo /base:"0x5130000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/dbx_3x.dll" /IGNORE:4089
-# SUBTRACT LINK32 /pdb:none /incremental:yes
+# 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 /nologo /base:"0x5130000" /dll /pdb:none /machine:I386 /out:"dbx\dbx_3xA.dll" /IGNORE:4089
+# SUBTRACT LINK32 /map /debug
!ELSEIF "$(CFG)" == "db3x - Win32 Debug"
@@ -94,6 +95,10 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
+SOURCE=.\backup.c
+# End Source File
+# Begin Source File
+
SOURCE=.\commonheaders.c
# ADD CPP /Yc"commonheaders.h"
# End Source File
@@ -190,6 +195,10 @@ SOURCE=.\dbsettings.c # End Source File
# Begin Source File
+SOURCE=.\dbtime.c
+# End Source File
+# Begin Source File
+
SOURCE=.\encrypt.c
!IF "$(CFG)" == "db3x - Win32 Release"
@@ -203,6 +212,10 @@ SOURCE=.\encrypt.c # End Source File
# Begin Source File
+SOURCE=.\finalcommand.c
+# End Source File
+# Begin Source File
+
SOURCE=.\init.c
!IF "$(CFG)" == "db3x - Win32 Release"
@@ -214,6 +227,10 @@ SOURCE=.\init.c !ENDIF
# End Source File
+# Begin Source File
+
+SOURCE=.\options.c
+# End Source File
# End Group
# Begin Group "Header Files"
@@ -226,6 +243,18 @@ SOURCE=.\commonheaders.h SOURCE=.\database.h
# End Source File
+# Begin Source File
+
+SOURCE=.\encryption.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\options.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\resource.h
+# End Source File
# End Group
# Begin Group "Resource Files"
|