summaryrefslogtreecommitdiff
path: root/include/makeinclude/build_dll.bor
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/build_dll.bor')
-rw-r--r--include/makeinclude/build_dll.bor17
1 files changed, 9 insertions, 8 deletions
diff --git a/include/makeinclude/build_dll.bor b/include/makeinclude/build_dll.bor
index b87c2ccfee8..1429ca8c2b1 100644
--- a/include/makeinclude/build_dll.bor
+++ b/include/makeinclude/build_dll.bor
@@ -1,6 +1,6 @@
#
# Rules for linking a dll
-#
+#
# Inputs:
# ~~~~~~~
# NAME - undecorated name of target
@@ -18,8 +18,6 @@
TARGET = $(BINDIR)\$(NAME)$(LIB_DECORATOR).dll
-all: $(TARGET)
-
$(TARGET): $(OBJFILES) $(RESOURCE)
@$(MAKE_BINDIR)
$(LD) @&&!
@@ -33,11 +31,13 @@ $(TARGET): $(OBJFILES) $(RESOURCE)
@del $(TARGET:.dll=.tds)
!endif
-!include <$(ACE_ROOT)\include\makeinclude\clean.bor>
-
-INSTALL_TYPES = dll lib includes
-
-!include <$(ACE_ROOT)\include\makeinclude\install.bor>
+clean:
+ @copy &&!
+@del $(OBJFILES:.obj=.obj ^
+@del ) $(RESOURCE)
+! clean_$(NAME)~.bat 1> NUL
+ -@clean_$(NAME)~.bat 2> NUL
+ @del clean_$(NAME)~.bat
!ifdef CPPDIR
.path.cpp = $(CPPDIR)
@@ -60,3 +60,4 @@ INSTALL_TYPES = dll lib includes
$(RC) -fo$@ $<
.autodepend
+