LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
windef Namespace Reference

Functions

void usage ()
 

Function Documentation

void windef::usage ( )

Definition at line 350 of file genwindef.cc.

Referenced by main().

350  {
351  cerr << "Usage: genwindef [-l <dllname>] [-o <output-file> | exports.def] <obj or lib filenames>" << endl;
352  exit(1);
353  }