source:
trunk/zoo-project/zoo-api/mono/makefile.vc
@
979
Last change on this file since 979 was 917, checked in by djay, 6 years ago | |
---|---|
|
|
File size: 144 bytes |
Rev | Line | |
---|---|---|
[908] | 1 | !INCLUDE ../../zoo-kernel/nmake.opt |
2 | ||
3 | all: ZMaps.dll | |
4 | ||
5 | ZMaps.dll: ZMaps.cs | |
6 | $(MONO_DIR)\bin\mcs /target:library ZMaps.cs | |
7 | ||
8 | clean: | |
9 | erase ZMaps.dll |
Note: See TracBrowser
for help on using the repository browser.