source:
trunk/zoo-project/zoo-services/hello-mono/Makefile
@
794
| Last change on this file since 794 was 794, checked in by djay, 10 years ago | |
|---|---|
|
|
| File size: 184 bytes | |
| Line | |
|---|---|
| 1 | all: cgi-env/TestService.dll |
| 2 | |
| 3 | cgi-env/TestService.dll: test.cs |
| 4 | mcs /target:library -r:../../zoo-api/mono/ZMaps.dll -out:cgi-env/TestService.dll test.cs |
| 5 | |
| 6 | clean: |
| 7 | rm -rf cgi-env/*dll |
Note: See TracBrowser
for help on using the repository browser.













