[Gd-chatter] r11659 - trunk/fundev/sources/lib/run-time/pentium-win32
housel at gwydiondylan.org
housel at gwydiondylan.org
Fri Feb 1 20:17:37 CET 2008
Author: housel
Date: Fri Feb 1 20:17:36 2008
New Revision: 11659
Modified:
trunk/fundev/sources/lib/run-time/pentium-win32/makefile
Log:
Job: fd
Revert r11625, since the plinth layer for MPS on Win32 should be the
"dylan-plinth" compiled from plinth.c rather than the "portable" one
included with MPS (mpsplan, MPS plinth ANSI C).
Modified: trunk/fundev/sources/lib/run-time/pentium-win32/makefile
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-win32/makefile (original)
+++ trunk/fundev/sources/lib/run-time/pentium-win32/makefile Fri Feb 1 20:17:36 2008
@@ -36,7 +36,7 @@
mmtuneflags =
!endif
-MPSKIT = C:\fundev\mps-kit\code
+MPSKIT = C:\dylan\mps\code
CC = $(cc)
LINKLIB = $(implib) /nologo /out:
@@ -152,10 +152,6 @@
copy $(BUFFLIBFILE) $(RUNTIMELIBDEST)
-install-plinth: $(RELEASEPLINTH)
- if exist $(PLINTHDEST) del /q /f $(PLINTHDEST)
- copy $(RELEASEPLINTH) $(PLINTHDEST)
-
install-dylan-plinth: $(DYLANPLINTH)
if exist $(PLINTHDEST) del /q /f $(PLINTHDEST)
copy $(DYLANPLINTH) $(PLINTHDEST)
@@ -168,6 +164,7 @@
if exist $(PLINTHDEST) del /q /f $(PLINTHDEST)
copy $(DEBUGPLINTH) $(PLINTHDEST)
+install-plinth: install-dylan-plinth
@@ -180,7 +177,7 @@
!endif
-install-mmdw: $(RELEASEMMDW)
+install-mmdw:
if exist $(MMDWDEST) del /q /f $(MMDWDEST)
copy $(RELEASEMMDW) $(MMDWDEST)
More information about the chatter
mailing list