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 | d55f000499b3c08d8b368c44819864fdf6af6e0c (patch) | |
tree | 7ab6c778040ca5405622de6be426f45f08f4de24 /tests/Pipe_Test.bpr | |
parent | d53cf9dcbee9193da87ee08130cbd156ff6eb829 (diff) | |
download | ATCD-d55f000499b3c08d8b368c44819864fdf6af6e0c.tar.gz |
Support for Borland C++ 5.x as DLL
Diffstat (limited to 'tests/Pipe_Test.bpr')
-rw-r--r-- | tests/Pipe_Test.bpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Pipe_Test.bpr b/tests/Pipe_Test.bpr index 26208ac8b86..4e66963d621 100644 --- a/tests/Pipe_Test.bpr +++ b/tests/Pipe_Test.bpr @@ -14,7 +14,7 @@ BCB = $(MAKEDIR)\.. VERSION = BCB.03 # --------------------------------------------------------------------------- PROJECT = Pipe_Test.exe -OBJFILES = obj\Pipe_Test.obj +OBJFILES = objs\Pipe_Test.obj RESFILES = RESDEPEN = $(RESFILES) LIBFILES = ..\ace\aced.lib |