version 1.12, 2012/05/30 02:24:33 |
version 1.13, 2013/11/10 16:18:36 |
|
|
## $OpenXM: OpenXM_contrib2/asir2000/Makefile.vc,v 1.11 2012/05/09 06:17:13 ohara Exp $ |
## $OpenXM: OpenXM_contrib2/asir2000/Makefile.vc,v 1.12 2012/05/30 02:24:33 ohara Exp $ |
## Makefile for Visual Studio 2008 |
## Makefile for Visual Studio 2008 |
|
|
!if "$(ARCH)" == "" |
!if "$(ARCH)" == "" |
Line 54 asir.exe: $(OBJS) $(CPU_OBJ) |
|
Line 54 asir.exe: $(OBJS) $(CPU_OBJ) |
|
$(LD) $(LDFLAGS) -out:$@ $** |
$(LD) $(LDFLAGS) -out:$@ $** |
|
|
clean: |
clean: |
-@del *.obj |
-@del /q *.obj |
|
|
distclean: clean |
distclean: clean |
-@del asir.exe |
-@del asir.exe |