[r85]: / trunk / cforge / cforge / Makefile  Maximize  Restore  History

Download this file

16 lines (10 with data), 288 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
OUTPUT=bin/Debug/cforge.exe
PACKAGE=../../cforge.package

all: ${OUTPUT}

bin/Debug/cforge.exe: cforge.csproj

# cross build a visual studio project
%.exe:
	xbuild $<

# prepared, but doesn't work, yet
%.package: ${OUTPUT}
	mono ${OUTPUT} --build $$(dirname $@)/$$(basename $@ .package)