summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae2ea38)
raw | patch | inline | side by side (parent: ae2ea38)
author | theAdib <theAdib@users.sourceforge.net> | |
Wed, 29 Nov 2006 08:49:19 +0000 (08:49 +0000) | ||
committer | theAdib <theAdib@users.sourceforge.net> | |
Wed, 29 Nov 2006 08:49:19 +0000 (08:49 +0000) |
buildtool.cpp | patch | blob | history | |
mingwenv.bat | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index bd221fe1fd6e468cbc2a753343bca87feec0aaeb..8e0fd0e9da1735b0b3946728240f5f98df2e1c59 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
status("# %s", version().c_str());
status("####################################################");
struct timeval timeStart, timeEnd;
- gettimeofday(&timeStart, NULL);
+ ::gettimeofday(&timeStart, NULL);
specifiedTarget = target;
if (!run())
return false;
- gettimeofday(&timeEnd, NULL);
+ ::gettimeofday(&timeEnd, NULL);
String timeStr = timeDiffString(timeEnd, timeStart);
status("####################################################");
status("# BuildTool Completed : %s", timeStr.c_str());
diff --git a/mingwenv.bat b/mingwenv.bat
index b5f04350a789b269a3c5dbbc5652dacf3888c99f..e56b06bcf5468c47128f4a348a54106941929d5a 100755 (executable)
--- a/mingwenv.bat
+++ b/mingwenv.bat
@echo Setting environment variables for MinGw build of Inkscape
-set GTK=c:/gtk28
-set GTKDOS=c:\gtk28
+set GTK=c:/gtk210
+set GTKDOS=c:\gtk210
set path=c:\mingw\bin;%GTKDOS%\bin;%path%