Annotation of OpenXM_contrib2/windows/post-msg-asirgui/Makefile.vc, Revision 1.2
1.2 ! ohara 1: ## $OpenXM: OpenXM_contrib2/windows/post-msg-asirgui/Makefile.vc,v 1.1 2013/08/27 07:05:24 ohara Exp $
1.1 ohara 2: ## Makefile for Visual Studio 2010
3:
4: CFLAGS= -nologo -W3 -Ox -D _CRT_SECURE_NO_WARNINGS
5: LD=link
6: LDFLAGS=-nologo -subsystem:console -incremental:no user32.lib
7:
8: all: cmdasir.exe
9:
10: clean:
11: -@del cmdasir.obj
12: -@del cmdasir.exe
13:
1.2 ! ohara 14: distclean: clean
! 15:
1.1 ohara 16: cmdasir.exe: cmdasir.obj
17: $(LD) $(LDFLAGS) -out:$@ cmdasir.obj
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>