version 1.13, 2012/05/30 02:24:33 |
version 1.14, 2013/11/10 16:18:36 |
|
|
## $OpenXM: OpenXM_contrib2/windows/engine2000/Makefile.vc,v 1.12 2012/05/09 06:17:13 ohara Exp $ |
## $OpenXM: OpenXM_contrib2/windows/engine2000/Makefile.vc,v 1.13 2012/05/30 02:24:33 ohara Exp $ |
## Makefile for Visual Studio 2008 |
## Makefile for Visual Studio 2008 |
|
|
SRCDIR=..\..\asir2000 |
SRCDIR=..\..\asir2000 |
Line 32 VPATH=$(SRCDIR)\plot;$(SRCDIR)\io |
|
Line 32 VPATH=$(SRCDIR)\plot;$(SRCDIR)\io |
|
all: engine.exe |
all: engine.exe |
|
|
clean: |
clean: |
-@del *.obj |
-@del /q *.obj |
-@del engine2000.res |
-@del engine2000.res |
|
|
distclean: clean |
distclean: clean |