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