diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 2002-09-30 14:37:42 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 2002-09-30 14:37:42 +0000 |
commit | 6ca8a3071c771bc8aa9df37389d38a62f889c220 (patch) | |
tree | 71c9dfd340612b355ff46aa79cf61bb92a894bc0 /include/makeinclude/outputdir.bor | |
parent | cd669a45a5bb9cc2f29d2cce6f30f229f2ccce30 (diff) | |
download | ATCD-6ca8a3071c771bc8aa9df37389d38a62f889c220.tar.gz |
ChangeLogTag:Mon Sep 30 09:33:42 2002 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'include/makeinclude/outputdir.bor')
-rw-r--r-- | include/makeinclude/outputdir.bor | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/makeinclude/outputdir.bor b/include/makeinclude/outputdir.bor index 0979d6fcfde..03ce7f53f56 100644 --- a/include/makeinclude/outputdir.bor +++ b/include/makeinclude/outputdir.bor @@ -50,6 +50,8 @@ BASE_BINDIR=. BASE_OBJDIR=.\obj !endif +CONFIG_SUBDIR=$(STATIC_DIR)\$(DEBUG_DIR)\$(PASCAL_DIR)\$(UNICODE_DIR) + !ifndef BINDIR BINDIR=$(BASE_BINDIR)\$(STATIC_DIR)\$(DEBUG_DIR)\$(PASCAL_DIR)\$(UNICODE_DIR) !endif |