diff options
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) |