mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
Oops... need $(osdir) in front of bccdos.rsp to allow building from
another directory. Works OK now, with simplified link commands.
This commit is contained in:
@@ -40,7 +40,7 @@ CFLAGS = -O
|
||||
|
||||
CPPFLAGS = -I$(PDCURSES_HOME)
|
||||
|
||||
CCFLAGS = -c @bccdos.rsp -m$(MODEL) $(CFLAGS) $(CPPFLAGS)
|
||||
CCFLAGS = -c @$(osdir)\bccdos.rsp -m$(MODEL) $(CFLAGS) $(CPPFLAGS)
|
||||
|
||||
LINK = tlink
|
||||
|
||||
|
||||
Reference in New Issue
Block a user