#include "LibSymbolInfo.h"
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 28 of file genwindef.cpp.
31 string outfile(
"exports.def" );
32 string library(
"UnknownLib" );
39 while (
argv[arg][0] ==
'-' ) {
54 for ( arg; arg <
argc; arg++ ) {
55 objfiles +=
argv[arg];
56 if ( arg + 1 < argc ) objfiles +=
" ";
62 cerr <<
"windef: Error opening file " << outfile <<
endl;
65 out <<
"LIBRARY " << library <<
endl;
66 out <<
"EXPORTS" << endl;
BOOL DumpSymbols(LPTSTR lpszLibPathName, std::ostream &pFile)