home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / polygon / polygonps.mk < prev    next >
Text File  |  1998-03-26  |  454b  |  17 lines

  1.  
  2. Polygonps.dll: dlldata.obj Polygon_p.obj Polygon_i.obj
  3.     link /dll /out:Polygonps.dll /def:Polygonps.def /entry:DllMain dlldata.obj Polygon_p.obj Polygon_i.obj \
  4.         kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib \
  5.  
  6. .c.obj:
  7.     cl /c /Ox /DWIN32 /D_WIN32_WINNT=0x0400 /DREGISTER_PROXY_DLL \
  8.         $<
  9.  
  10. clean:
  11.     @del Polygonps.dll
  12.     @del Polygonps.lib
  13.     @del Polygonps.exp
  14.     @del dlldata.obj
  15.     @del Polygon_p.obj
  16.     @del Polygon_i.obj
  17.