Fixed missing / bug
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@45 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
72e10284d7
commit
f355bb6a68
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
if(argc < 2)
|
if(argc < 2)
|
||||||
{
|
{
|
||||||
cout <<"Usage: <Header List> [Version/Vender List]"<<endl;
|
cout <<"Usage: <Header List> [Version/Vendor List]"<<endl;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
header_file << "#\telif " << it->version_test << endl;
|
header_file << "#\telif " << it->version_test << endl;
|
||||||
//header_file << "#\t\tinclude \".\\" << it->subdir;
|
//header_file << "#\t\tinclude \".\\" << it->subdir;
|
||||||
header_file << "#\t\tinclude \"." << it->subdir;
|
header_file << "#\t\tinclude \"./" << it->subdir;
|
||||||
//header_file << "\\" << header << "\"\n";
|
//header_file << "\\" << header << "\"\n";
|
||||||
header_file << "/" << header << "\"\n";
|
header_file << "/" << header << "\"\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue