home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desklib / sources / DeskLib / !DLSources / Scripts / DLL / CleanDLL next >
Encoding:
Text File  |  1995-07-31  |  556 b   |  18 lines

  1. Wimpslot 320k
  2. Echo CleanDLL: Removing all object files in DLL directories
  3.  
  4. |Echo You need to uncomment this file!
  5.  
  6. DeskLib_Commands:EachStatic Wipe %%0.DLLClient.o.* ~C~F~R~V
  7. DeskLib_Commands:EachStatic Wipe %%0.DLL.o.*       ~C~F~R~V
  8.  
  9. DeskLib_Commands:EachDLL    Wipe %%0.DLL.o.*       ~C~F~R~V
  10.  
  11. DeskLib_Commands:EachDLL    Wipe %%0.DLL.Header     ~C~F~R~V
  12. DeskLib_Commands:EachDLL    Wipe %%0.DLL.Stubs      ~C~F~R~V
  13. DeskLib_Commands:EachDLL    Wipe %%0.DLL.PlainStubs ~C~F~R~V
  14. DeskLib_Commands:EachDLL    Wipe %%0.DLL.OSObj      ~C~F~R~V
  15.  
  16.  
  17. Echo CleanDLLC: Finished
  18.