[BACK]Return to Makefile.vc CVS log [TXT][DIR] Up to [local] / OpenXM / src / oxmgraph

File: [local] / OpenXM / src / oxmgraph / Makefile.vc (download)

Revision 1.2, Wed Mar 18 02:59:06 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, HEAD
Changes since 1.1: +8 -5 lines

The executable is renamed to oxmgraph.exe.

# $OpenXM: OpenXM/src/oxmgraph/Makefile.vc,v 1.2 2009/03/18 02:59:06 ohara Exp $

CFLAGS=-nologo -MT -Ox -I . 
LD=link
LDFLAGS=-nologo

all: oxmgraph.exe

oxmgraph.exe: graph.obj
	$(LD) $(LDFLAGS) -out:$@ $**

clean:
	-@del oxmgraph.exe
	-@del *.obj