home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / contro.zip / SHADOWX.MAK < prev   
Text File  |  1994-12-22  |  518b  |  21 lines

  1.  
  2. Lib    = Os2386
  3. Objects =    shadowx.obj shadext.obj
  4. LinkOpt = /A:4 /BASE:0x12000000
  5.  
  6. Options = /W3 /c /Gd- /Ge- /Gm+ /Re
  7.  
  8. Shadowx.Dll:  $(Objects) shadext.res Shadowx.Def
  9.     Link386 $(Objects) , Shadowx.Dll $(LinkOpt),,$(Lib) , Shadowx.Def;
  10.     rc shadext.res shadowx.dll
  11.     copy shadowx.dll c:\os2\dll
  12.  
  13. Shadowx.Obj:    shadowx.c shadowx.h shadext.h
  14.     ICC $(Options) shadowx.C
  15.  
  16. Shadext.obj: shadext.c shadowx.h shadext.h
  17.     ICC $(Options) shadext.c
  18.  
  19. shadext.res: shadext.rc shadext.dlg shadext.h
  20.     rc -r shadext.rc
  21.