diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-03-03 13:11:22 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-03-03 13:11:22 -0330 |
commit | 4085f89146ad54d620648cb4efcc04bb7163d8c7 (patch) | |
tree | a6d29ed6b8b1ef35508774335bfa761ff6b7594f /cpp/demo/Database/Oracle | |
parent | Fixes to the Freeze/casino, IceGrid/simple and book/freeze_filesystem expect ... (diff) | |
download | ice-4085f89146ad54d620648cb4efcc04bb7163d8c7.tar.bz2 ice-4085f89146ad54d620648cb4efcc04bb7163d8c7.tar.xz ice-4085f89146ad54d620648cb4efcc04bb7163d8c7.zip |
Multiple changes for Windows READMEs/Makefiles
Diffstat (limited to 'cpp/demo/Database/Oracle')
-rwxr-xr-x | cpp/demo/Database/Oracle/occi/Makefile.mak | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/demo/Database/Oracle/occi/Makefile.mak b/cpp/demo/Database/Oracle/occi/Makefile.mak index 631b82ee4ca..efa285cfaae 100755 --- a/cpp/demo/Database/Oracle/occi/Makefile.mak +++ b/cpp/demo/Database/Oracle/occi/Makefile.mak @@ -50,8 +50,6 @@ SPDBFLAGS = /pdb:$(SERVER:.exe=.pdb) # !if "$(CPP_COMPILER)" == "VC80" || "$(CPP_COMPILER)" == "VC80_EXPRESS" ORACLE_LIBS = -LIBPATH:"$(ORACLE_HOME)\oci\lib\msvc\vc8" oraocci10$(LIBSUFFIX).lib -!elseif "$(CPP_COMPILER)" == "VC71" -ORACLE_LIBS = -LIBPATH:"$(ORACLE_HOME)\oci\lib\msvc\vc71" oraocci10$(LIBSUFFIX).lib !else !error "$(CPP_COMPILER) is not supported by this demo" !endif |