source:
trunk/zoo-project/zoo-api/mono/makefile.vc
@
968
Last change on this file since 968 was 917, checked in by djay, 6 years ago | |
---|---|
|
|
File size: 144 bytes |
Line | |
---|---|
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.