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