Skip to content

Commit

Permalink
Merge pull request #15 from RussWhitehead/32and64bit
Browse files Browse the repository at this point in the history
ODBC-17 Minor changes needed for 32/64 builds

Reviewed-By: Rodrigo Pastrana <[email protected]>
Reviewed-By: Richard Chapman <[email protected]>
  • Loading branch information
richardkchapman committed Mar 9, 2015
2 parents b711d13 + aad3826 commit 2f586f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions hpcc_odbc.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@
AdditionalLibraryDirectories="..\HPCC-Lib64\;C:\Program Files\Progress\DataDirect\oaodbclocal72\ip\lib"
ManifestFile="./Release_x64\$(TargetFileName).intermediate.manifest"
ModuleDefinitionFile=".\src\hpccodbc.def"
ProgramDatabaseFile=".\Release_x64/hpcc_odbc_32.pdb"
ProgramDatabaseFile=".\Release_x64/hpcc_odbc_64.pdb"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\Release_x64/hpcc_odbc_32.lib"
ImportLibrary=".\Release_x64/hpcc_odbc_64.lib"
TargetMachine="17"
/>
<Tool
Expand Down Expand Up @@ -393,10 +393,10 @@
ManifestFile=".\Debug_x64/$(TargetFileName).intermediate.manifest"
ModuleDefinitionFile=".\src\hpccodbc.def"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug_x64/hpcc_odbc_32.pdb"
ProgramDatabaseFile=".\Debug_x64/hpcc_odbc_64.pdb"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\Debug_x64/hpcc_odbc_32.lib"
ImportLibrary=".\Debug_x64/hpcc_odbc_64.lib"
TargetMachine="17"
CLRThreadAttribute="0"
/>
Expand Down
2 changes: 1 addition & 1 deletion package_hpcc_odbc64.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if "%PROGRESS_SDK64_DIR%".=="". set PROGRESS_SDK64_DIR=C:\Program Files\Progress\DataDirect\oaodbclocal72
if "%HPCCODBC_SRC_DIR%".=="". set HPCCODBC_SRC_DIR=C:\hpcc\HPCC-ODBC
if "%HPCC_BUILD_DIR_64%".=="". set HPCC_BUILD_DIR_64=C:\hpcc\HPCC-Lib
if "%HPCC_BUILD_DIR_64%".=="". set HPCC_BUILD_DIR_64=C:\hpcc\HPCC-Lib64

@echo on
@echo ===============================================================================
Expand Down
2 changes: 1 addition & 1 deletion progress/32bit/custom.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ProductUpdateURL=http://hpccsystems.com/download
;Specific Installation information
;----------------------------------------------------------
FolderName=HPCC Systems\HPCC-ODBC32 Connector
AppBasePath=${Program Files}\HPCCSystems\HPCC-ODBC Connector
AppBasePath=${Program Files}\HPCCSystems\HPCC-ODBC32 Connector
;UnInstallLocation=

;----------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion progress/64bit/custom.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ProductUpdateURL=http://hpccsystems.com/download
;Specific Installation information
;----------------------------------------------------------
FolderName=HPCC Systems\HPCC-ODBC64 Connector
AppBasePath=${Program Files}\HPCCSystems\HPCC-ODBC Connector
AppBasePath=${Program Files}\HPCCSystems\HPCC-ODBC64 Connector
;UnInstallLocation=

;----------------------------------------------------------
Expand Down

0 comments on commit 2f586f8

Please sign in to comment.