Skip to content
Snippets Groups Projects
Commit 59cac46c authored by rswindell's avatar rswindell
Browse files

Now uses macro (BCDIR) for Borland C++ directory (for DOS target).

parent 56a646a3
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,11 @@
#########################################################################
# Macros
CC = \bc31\bin\bcc
LD = \bc31\bin\tlink
INCLUDE = \bc31\include;smb;rio;..\spawno
LIB = \bc31\lib
BCDIR = e:\bc31
CC = $(BCDIR)\bin\bcc
LD = $(BCDIR)\bin\tlink
INCLUDE = $(BCDIR)\include;smb;rio;..\spawno
LIB = $(BCDIR)\lib
DEFINES = -DSBBS
!if $d(__OS2__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment