diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-01 19:00:35 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-01 19:00:35 +0000 |
commit | e3ba377befdba2d678f4c89baf457241be447680 (patch) | |
tree | 12330aa08d0ea32316f30294791d34e92789a9fe /cpp/demo/Database | |
parent | Fixed bug #1562 (diff) | |
download | ice-e3ba377befdba2d678f4c89baf457241be447680.tar.bz2 ice-e3ba377befdba2d678f4c89baf457241be447680.tar.xz ice-e3ba377befdba2d678f4c89baf457241be447680.zip |
Remove .exp files
Diffstat (limited to 'cpp/demo/Database')
-rwxr-xr-x | cpp/demo/Database/Oracle/occi/Makefile.mak | 2 | ||||
-rwxr-xr-x | cpp/demo/Database/Oracle/proc/Makefile.mak | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cpp/demo/Database/Oracle/occi/Makefile.mak b/cpp/demo/Database/Oracle/occi/Makefile.mak index 999e7599ed0..366f19ad36b 100755 --- a/cpp/demo/Database/Oracle/occi/Makefile.mak +++ b/cpp/demo/Database/Oracle/occi/Makefile.mak @@ -66,12 +66,14 @@ $(CLIENT): $(OBJS) $(COBJS) $(LINK) $(LD_EXEFLAGS) $(CPDBFLAGS) $(OBJS) $(COBJS) $(PREOUT)$@ $(PRELIBS)$(LIBS) -if exist $(CLIENT).manifest \ mt -nologo -manifest $(CLIENT).manifest -outputresource:$(CLIENT);#1 & del /q $(CLIENT).manifest + -if exist $(CLIENT:.exe=.exp) del /q $(CLIENT:.exe=.exp) $(SERVER): $(OBJS) $(SOBJS) rm -f $@ $(LINK) $(LD_EXEFLAGS) $(SPDBFLAGS) $(OBJS) $(SOBJS) $(PREOUT)$@ $(PRELIBS)$(LIBS) $(ORACLE_LIBS) -if exist $(SERVER).manifest \ mt -nologo -manifest $(SERVER).manifest -outputresource:$(SERVER);#1 & del /q $(SERVER).manifest + -if exist $(SERVER:.exe=.exp) del /q $(SERVER:.exe=.exp) DbTypes.h DbTypes.cpp DbTypesMap.h DbTypesMap.cpp DbTypesOut.typ: DbTypes.typ ott userid=scott/tiger@orcl code=cpp hfile=DbTypes.h cppfile=DbTypes.cpp mapfile=DbTypesMap.cpp \ diff --git a/cpp/demo/Database/Oracle/proc/Makefile.mak b/cpp/demo/Database/Oracle/proc/Makefile.mak index f384fb02897..da4d59e3d72 100755 --- a/cpp/demo/Database/Oracle/proc/Makefile.mak +++ b/cpp/demo/Database/Oracle/proc/Makefile.mak @@ -54,11 +54,13 @@ $(CLIENT): $(OBJS) $(COBJS) $(LINK) $(LD_EXEFLAGS) $(CPDBFLAGS) $(OBJS) $(COBJS) $(PREOUT)$@ $(PRELIBS)$(LIBS) -if exist $(CLIENT).manifest \ mt -nologo -manifest $(CLIENT).manifest -outputresource:$(CLIENT);#1 & del /q $(CLIENT).manifest + -if exist $(CLIENT:.exe=.exp) del /q $(CLIENT:.exe=.exp) $(SERVER): $(OBJS) $(SOBJS) $(LINK) $(LD_EXEFLAGS) $(SPDBFLAGS) $(OBJS) $(SOBJS) $(PREOUT)$@ $(PRELIBS)$(LIBS) $(ORACLE_LIBS) -if exist $(SERVER).manifest \ mt -nologo -manifest $(SERVER).manifest -outputresource:$(SERVER);#1 & del /q $(SERVER).manifest + -if exist $(SERVER:.exe=.exp) del /q $(SERVER:.exe=.exp) clean:: del /q HR.cpp HR.h |