diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-10 06:44:29 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-10 06:44:29 +0000 |
commit | d25aaed7a7b4dbcd189a9b567c0f65023bdee922 (patch) | |
tree | 7ab6c778040ca5405622de6be426f45f08f4de24 /tests/Thread_Pool_Test.bpr | |
parent | 36882357be85f74c0566c4783f805c4753cb411a (diff) | |
download | ATCD-d25aaed7a7b4dbcd189a9b567c0f65023bdee922.tar.gz |
Support for Borland C++ 5.x as DLL
Diffstat (limited to 'tests/Thread_Pool_Test.bpr')
-rw-r--r-- | tests/Thread_Pool_Test.bpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Thread_Pool_Test.bpr b/tests/Thread_Pool_Test.bpr index 1e40616f8ae..2d4160ff267 100644 --- a/tests/Thread_Pool_Test.bpr +++ b/tests/Thread_Pool_Test.bpr @@ -14,7 +14,7 @@ BCB = $(MAKEDIR)\.. VERSION = BCB.03 # --------------------------------------------------------------------------- PROJECT = Thread_Pool_Test.exe -OBJFILES = obj\Thread_Pool_Test.obj +OBJFILES = objs\Thread_Pool_Test.obj RESFILES = RESDEPEN = $(RESFILES) LIBFILES = ..\ace\aced.lib |