diff options
author | lloyd <[email protected]> | 2008-09-18 13:27:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-18 13:27:14 +0000 |
commit | 3254202ef893d05889b30a4c01b9a43d585d8bbe (patch) | |
tree | ee30b87015acf7510ce26bed78311f77a0a1dcbb /misc | |
parent | 70a0ef6b790b6b4f3a0a105e4fca1a9216fcf943 (diff) |
Add (in a comment) a probable link line for Botan using Borland C++
which was sent by someone whose name I don't know, probably around 2005.
(Still cleaning out the ~)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/makefile/nmake.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/config/makefile/nmake.in b/misc/config/makefile/nmake.in index d4beba5e6..df4669dd4 100644 --- a/misc/config/makefile/nmake.in +++ b/misc/config/makefile/nmake.in @@ -73,6 +73,11 @@ all: $(LIBRARIES) ################################################## # Link Commands # ################################################## + +# Link for Borland? +#ilink32 -L$(BCB)\lib -w -c -x -Gn -ap -Tpe c0x32.obj \ +# $(CHECKOBJS),check.exe,,$(LINK_TO) $(STATIC_LIB) + $(CHECK): $(LIBRARIES) $(CHECKOBJS) link /OUT:[email protected] $(CHECKOBJS) $(STATIC_LIB) $(LINK_TO) |