summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 999eb7e)
raw | patch | inline | side by side (parent: 999eb7e)
author | bryce <bryce@users.sourceforge.net> | |
Mon, 31 Dec 2007 10:19:24 +0000 (10:19 +0000) | ||
committer | bryce <bryce@users.sourceforge.net> | |
Mon, 31 Dec 2007 10:19:24 +0000 (10:19 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index 88ed65d2f970415da9f4f8beebcb48d969dc70a9..5d0eb429c0296bfcffc5ddc44747730b8a4fc10c 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
* To use this file, compile with:
* <pre>
* g++ -O3 buildtool.cpp -o btool.exe
- * (or whatever your compiler might be)
+ * (or whatever your compiler might be)
* Then
* btool
- * or
+ * or
* btool {target}
- *
+ *
* Note: if you are using MinGW, and a not very recent version of it,
* gettimeofday() might be missing. If so, just build this file with
* this command:
* g++ -O3 -DNEED_GETTIMEOFDAY buildtool.cpp -o btool.exe
- *
- */
+ *
+ */
#define BUILDTOOL_VERSION "BuildTool v0.7.4, 2007 Bob Jamison"