Note the need for vcvars32.bat when compiling in Windows on the command line.
authorDave Page <dpage@pgadmin.org>
Thu, 10 Feb 2005 15:41:30 +0000 (15:41 +0000)
committerDave Page <dpage@pgadmin.org>
Thu, 10 Feb 2005 15:41:30 +0000 (15:41 +0000)
readme.txt

index e59fcffefcd194ca9d25b448f2014ba1df59f411..33a2eb12271aeb5d972da666e005af24e912f2b8 100644 (file)
@@ -45,15 +45,17 @@ IDE Method
 Command Line Method
 -------------------
 
-1.  From a command prompt, CD to the directory containing the source code.
+1. From a command prompt, run the vcvars32.bat file that comes with Visual C++. This 
+   will setup the environment for using the VC++ compiler.
+   
+2. CD to the directory containing the source code.
 
-2.  Use NMAKE to build the dll eg:
+3. Use NMAKE to build the dll eg:
 
-    C:\psqlodbc\> nmake /f win32.mak CFG=Release ALL
-
-    Possible configurations are Release, Debug, MultiByteRelease or MultiByteDebug
-    Possible build types are ALL or CLEAN
+      C:\psqlodbc\> nmake /f win32.mak CFG=Release ALL
 
+      Possible configurations are Release and Debug.
+      Possible build types are ALL or CLEAN.
 
 II.  Using Large Objects for handling LongVarBinary (OLE Objects in Access)