home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-23 | 510 b | 19 lines |
-
- SDK_LIB_PATH=$(SDK_LIB_PATH:*=i386)
-
-
- _CSC=csc.exe
- _REGASM = $(_BIN)\regasm.exe
-
- all:SampleMMC.dll
-
-
- SampleMMC.dll: CAbout.cs CComponent.cs CData.cs CDO.cs CNode.cs mmcinterfaces.cs mmcenumsandstructs.cs mmcSpecificConstsAndInterfaces.cs CTeamPropPage.cs CDivisionResults.cs
- $(_CSC) /out:SampleMMC.dll /unsafe /t:library $** /win32res:samplemmc.res /r:System.dll /r:System.WinForms.DLL /r:Microsoft.Win32.Interop.DLL /r:System.Drawing.DLL
-
- reg:
- regasm samplemmc.dll
- mmcreg.reg
-
-
-