source:
branches/branch-1.7/zoo-project/zoo-api/mono/makefile.vc
@
942
| Last change on this file since 942 was 917, checked in by djay, 7 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.













