]> Git repositories of Nishi - repoview.git/commitdiff
adding avatar c
authorNishi <nishi@nishi.boats>
Wed, 21 Aug 2024 17:37:09 +0000 (17:37 +0000)
committerNishi <nishi@nishi.boats>
Wed, 21 Aug 2024 17:37:09 +0000 (17:37 +0000)
git-svn-id: file:///raid/svn-personal/repoview/trunk@28 7e8b2a19-8934-dd40-8cb3-db22cdd5a80f

CGI/avatar.c [new file with mode: 0644]
CGI/rv_avatar.h [new file with mode: 0644]
CGI/version.c
objs.c

diff --git a/CGI/avatar.c b/CGI/avatar.c
new file mode 100644 (file)
index 0000000..3d61189
--- /dev/null
@@ -0,0 +1,3 @@
+/* $Id$ */
+
+#include "rv_avatar.h"
diff --git a/CGI/rv_avatar.h b/CGI/rv_avatar.h
new file mode 100644 (file)
index 0000000..1fda796
--- /dev/null
@@ -0,0 +1,6 @@
+/* $Id$ */
+
+#ifndef __RV_AVATAR_H__
+#define __RV_AVATAR_H__
+
+#endif
index 08fae8cbef1887809267f5adefbbb5a92ecddd65..f59e23b1c5428d713bd4fa9780616f15d1952b83 100644 (file)
@@ -2,6 +2,6 @@
 
 #include "rv_version.h"
 
-const char* rv_version = "1.00";
+const char* rv_version = "1.01";
 
 const char* rv_get_version(void) { return rv_version; }
diff --git a/objs.c b/objs.c
index 197de1e01ae3327672f3102800703c7273e3cf5e..1897d26c67c178d5b8a93ee7506ad799cdd7f21b 100644 (file)
--- a/objs.c
+++ b/objs.c
@@ -19,6 +19,10 @@ int main() {
        printf(" ");
 #if defined(USE_ENSCRIPT)
        printf("enscript.o");
+#endif
+       printf(" ");
+#if defined(USE_MYPAGE)
+       printf("avatar.o");
 #endif
        printf("\n");
        return 0;