|
@@ -2158,6 +2158,9 @@ endif
|
|
|
ifndef OSDIR
|
|
|
OSDIR=.
|
|
|
endif
|
|
|
+ifndef NSOSDIR
|
|
|
+NSOSDIR=$(NSDIR)/$(OS_TARGET)
|
|
|
+endif
|
|
|
ifndef PORTSDIR
|
|
|
PORTSDIR=$(OSDIR)
|
|
|
endif
|
|
@@ -2357,6 +2360,11 @@ dos$(PPUEXT): $(DOS_DEPS)
|
|
|
$(COMPILER) $(DOS_OPTS) $<
|
|
|
TP.DOS$(PPUEXT): $(NSINC)/TP.DOS.pp $(DOS_DEPS)
|
|
|
$(COMPILER) $(DOS_OPTS) $<
|
|
|
+MSMOUSE_DEPS=msmouse.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
|
+msmouse$(PPUEXT) : $(MSMOUSE_DEPS)
|
|
|
+ $(COMPILER) $(MSMOUSE_OPTS) $<
|
|
|
+DOSApi.MSMouse$(PPUEXT) : $(NSOSDIR)/DOSApi.MSMouse.pp $(MSMOUSE_DEPS)
|
|
|
+ $(COMPILER) $(MSMOUSE_OPTS) $<
|
|
|
SYSUTILS_UNIX_DEPS=$(UNIXUNIT)$(PPUEXT) $(ERRORSUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) \
|
|
|
$(SYSCALLUNIT)$(PPUEXT) $(BASEUNIXUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) \
|
|
|
$(UNIXUTILUNIT)$(PPUEXT) $(INITCUNIT)$(PPUEXT)
|