home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-23 | 352 b | 14 lines |
- !include ..\..\master.mak
-
- all: MyObjectApp.exe
-
- MyObjectLibrary.dll :
- cd ..\ObjectZone
- nmake
- cd..\MyObject
- copy ..\ObjectZone\MyObjectLibrary.dll
- copy ..\ObjectZone\MyObjectLibrary.dll bin
-
- MyObjectApp.exe: MyObjectLibrary.dll MyObjectApp.cs
- $(_CS) $(_CS_EXE_FLAGS) -r:MyObjectLibrary.dll -out:MyObjectApp.exe MyObjectApp.cs
-