Skip to Content.
Sympa Menu

freetds - Re: [freetds] RE : RE : [Patch] for MS Visual Studio project files

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: LacaK <lacak AT zoznam.sk>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] RE : RE : [Patch] for MS Visual Studio project files
  • Date: Wed, 04 Apr 2012 13:59:54 +0200

James thank you for reply ...
Perhaps it is time to add a VS2010 directory. VS2010
Express is also a free solution.
Yes it will be good if it will be accepted by FreeTDS project . Will
it be ?

FreeTDS has an opening for a Windows aficionado. Hours are short and
light, and the compensation won't affect your tax return. Interested
parties are invited apply at their earliest convenience. Just let me
know.
See attached diffs please

If you care about FreeTDS on Windows and like the VS project
files enough to maintain them, I will grant you commit rights to the
repository to let you do that. My only request is that you keep the
Nmakefile updated, too.
Thanks ATM for me is enough if "Project files" will be up-to-date, so I (and possibly other users, which need only build DLL for Windows and do not have any experience with C++ programing) can open them in VC++ and compile

My (long) experience with Windows development led me to use NMAKE, and
to write the NMakefile. Even today, setting up a "makefile project" in
Windows is dead-simple, and a makefile remains the most flexible and
stable -- not to mention readable -- expression of how to build the
project. It changes with the *project*, not with the release of
Microsoft's latest tool. It currently supports three versions of VS
that I know of.
May be, but year ago or so, when I tried work with makefile project I was not successful, so I moved to "project files"

-Laco.
--- libTDS.dsp.ori Mon Apr 02 13:12:46 2012
+++ libTDS.dsp Wed Apr 04 13:32:50 2012
@@ -41,7 +41,7 @@ RSC=rc.exe
# PROP Intermediate_Dir "tds_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 /MD /W3 /GX /O2 /I ".." /I "../../include" /D "UNIXODBC"
/D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREETDS_EXPORTS" /D
"HAVE_SQLGETPRIVATEPROFILESTRING" /D "NDEBUG" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "../../include" /D "UNIXODBC"
/D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREETDS_EXPORTS" /D
"HAVE_SQLGETPRIVATEPROFILESTRING" /D "NDEBUG" /D "_LIB" /D
"_WIN32_WINNT=0x0400" /YX /FD /c
# ADD BASE RSC /l 0x410 /d "NDEBUG"
# ADD RSC /l 0x410 /d "NDEBUG"
BSC32=bscmake.exe
@@ -64,7 +64,7 @@ LIB32=link.exe -lib
# PROP Intermediate_Dir "tds_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 /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "../../include" /D
"UNIXODBC" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D
"FREETDS_EXPORTS" /D "HAVE_SQLGETPRIVATEPROFILESTRING" /D "_DEBUG" /D "_LIB"
/YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "../../include" /D
"UNIXODBC" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D
"FREETDS_EXPORTS" /D "HAVE_SQLGETPRIVATEPROFILESTRING" /D "_DEBUG" /D "_LIB"
/D "_WIN32_WINNT=0x0400" /YX /FD /GZ /c
# ADD BASE RSC /l 0x410 /d "_DEBUG"
# ADD RSC /l 0x410 /d "_DEBUG"
BSC32=bscmake.exe
@@ -274,6 +274,10 @@ SOURCE=.\iconv_replacement.c
# Begin Source File

SOURCE=..\..\src\replacements\fakepoll.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\replacements\socketpair.c
# End Source File
# Begin Source File

--- dblib_dll.dsp.ori Mon Apr 02 13:17:56 2012
+++ dblib_dll.dsp Mon Apr 02 13:19:02 2012
@@ -93,6 +93,10 @@ SOURCE=..\..\src\dblib\dbopen.c
# End Source File
# Begin Source File

+SOURCE=..\..\src\dblib\dbpivot.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\dblib\dbutil.c
# End Source File
# Begin Source File
--- dblib.dsp.ori Mon Apr 02 13:20:20 2012
+++ dblib.dsp Mon Apr 02 13:21:36 2012
@@ -93,6 +93,10 @@ SOURCE=..\..\src\dblib\dbopen.c
# End Source File
# Begin Source File

+SOURCE=..\..\src\dblib\dbpivot.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\dblib\dbutil.c
# End Source File
# Begin Source File



Archive powered by MHonArc 2.6.24.

Top of Page