]> git.sur5r.net Git - bacula/bacula/commitdiff
Executable file renamed to wx-console.
authorNicolas Boichat <nicolas@boichat.ch>
Thu, 15 Apr 2004 11:52:00 +0000 (11:52 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Thu, 15 Apr 2004 11:52:00 +0000 (11:52 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1201 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/wx-console/wx-console.ico [new file with mode: 0644]
bacula/src/wx-console/wx-console_private.h [new file with mode: 0644]
bacula/src/wx-console/wx-console_private.rc [new file with mode: 0644]

diff --git a/bacula/src/wx-console/wx-console.ico b/bacula/src/wx-console/wx-console.ico
new file mode 100644 (file)
index 0000000..2310c5d
Binary files /dev/null and b/bacula/src/wx-console/wx-console.ico differ
diff --git a/bacula/src/wx-console/wx-console_private.h b/bacula/src/wx-console/wx-console_private.h
new file mode 100644 (file)
index 0000000..841bad7
--- /dev/null
@@ -0,0 +1,23 @@
+// THIS FILE WILL BE OVERWRITTEN BY DEV-C++!
+// DO NOT EDIT!
+
+#ifndef BACULA-WX-GUI_PRIVATE_H
+#define BACULA-WX-GUI_PRIVATE_H
+
+// VERSION DEFINITIONS
+#define VER_STRING     "0.1.1.1"
+#define VER_MAJOR      0
+#define VER_MINOR      1
+#define VER_RELEASE    1
+#define VER_BUILD      1
+#define COMPANY_NAME   ""
+#define FILE_VERSION   ""
+#define FILE_DESCRIPTION       "Developed using the Dev-C++ IDE"
+#define INTERNAL_NAME  ""
+#define LEGAL_COPYRIGHT        ""
+#define LEGAL_TRADEMARKS       ""
+#define ORIGINAL_FILENAME      ""
+#define PRODUCT_NAME   ""
+#define PRODUCT_VERSION        ""
+
+#endif //BACULA-WX-GUI_PRIVATE_H
diff --git a/bacula/src/wx-console/wx-console_private.rc b/bacula/src/wx-console/wx-console_private.rc
new file mode 100644 (file)
index 0000000..9cc0d98
--- /dev/null
@@ -0,0 +1,2 @@
+
+A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "wx-console.ico"