diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-09 15:58:23 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-09 15:58:23 +0000 |
commit | 4ba1e534cd256e3db901424e9214ee8cc3569955 (patch) | |
tree | 2f3297f3a87d30f18990b59fc1b9354a6f734c97 /cpp/demo/Database/Oracle/proc | |
parent | fix exe/lib flag snafu (diff) | |
download | ice-4ba1e534cd256e3db901424e9214ee8cc3569955.tar.bz2 ice-4ba1e534cd256e3db901424e9214ee8cc3569955.tar.xz ice-4ba1e534cd256e3db901424e9214ee8cc3569955.zip |
Added CPP_COMPILER setting
Diffstat (limited to 'cpp/demo/Database/Oracle/proc')
-rwxr-xr-x | cpp/demo/Database/Oracle/proc/Makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Database/Oracle/proc/Makefile.mak b/cpp/demo/Database/Oracle/proc/Makefile.mak index 9a61c1b1630..e42c3eb6902 100755 --- a/cpp/demo/Database/Oracle/proc/Makefile.mak +++ b/cpp/demo/Database/Oracle/proc/Makefile.mak @@ -49,7 +49,7 @@ ORACLE_LIBS = -L$(ORACLE_HOME)\precomp\lib orasql10$(LIBSUFFIX).lib proc threads=yes parse=none lines=yes code=cpp cpp_suffix=cpp close_on_commit=yes $< del /q tp* $*.lis -!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes" +!if "$(CPP_COMPILER)" != "BCC2006" & "$(OPTIMIZE)" != "yes" CPDBFLAGS = /pdb:$(CLIENT:.exe=.pdb) SPDBFLAGS = /pdb:$(SERVER:.exe=.pdb) !endif |