#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include "LibSymbolInfo.h"
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] ==
'-') {
56 for (arg; arg <
argc; arg++) {
57 objfiles +=
argv[arg];
58 if( arg+1 < argc) objfiles +=
" ";
64 cerr <<
"windef: Error opening file " << outfile <<
endl;
67 out <<
"LIBRARY " << library <<
endl;
68 out <<
"EXPORTS" << endl;
BOOL DumpSymbols(LPTSTR lpszLibPathName, std::ostream &pFile)