Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
6306fc47
Commit
6306fc47
authored
Jan 09, 2007
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release-1.5.1-20070109
parent
66401e65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
dot.cpp
src/dot.cpp
+8
-3
Doxygen.vcproj
winbuild/Doxygen.vcproj
+8
-0
No files found.
src/dot.cpp
View file @
6306fc47
/*****************************************************************************
*
*
*
$Id$
*
*
* Copyright (C) 1997-2006 by Dimitri van Heesch.
...
...
@@ -16,6 +16,11 @@
*
*/
#ifdef _WIN32
#include <windows.h>
#define BITMAP W_BITMAP
#endif
#include <stdlib.h>
#include "dot.h"
...
...
@@ -2929,7 +2934,7 @@ void writeDotGraphFromFile(const char *inFile,const char *outDir,
// temporarily remove the DOTFONTPATH environment variable
// so dot will use the built-in search path.
#ifdef _WIN32
SetEnvironmentVariable
(
"DOTFONTPATH"
,
0
)
SetEnvironmentVariable
(
"DOTFONTPATH"
,
0
)
;
#else
unsetenv
(
"DOTFONTPATH"
);
#endif
...
...
@@ -2966,7 +2971,7 @@ void writeDotGraphFromFile(const char *inFile,const char *outDir,
{
// restore the DOTFONTPATH variable again
#ifdef _WIN32
SetEnvironmentVariable
(
"DOTFONTPATH"
,
env
)
SetEnvironmentVariable
(
"DOTFONTPATH"
,
env
)
;
#else
setenv
(
"DOTFONTPATH"
,
env
,
1
);
#endif
...
...
winbuild/Doxygen.vcproj
View file @
6306fc47
...
...
@@ -1633,6 +1633,10 @@
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\src\textdocvisitor.cpp"
>
</File>
<File
RelativePath=
"..\src\translator.cpp"
>
...
...
@@ -2076,6 +2080,10 @@
RelativePath=
"..\src\tagreader.h"
>
</File>
<File
RelativePath=
"..\src\textdocvisitor.h"
>
</File>
<File
RelativePath=
"..\src\translator.h"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment