diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-23 19:55:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-23 19:55:45 +0000 |
commit | 4eabea3a17902d7629f442259b06bea5f68ded90 (patch) | |
tree | a15d8391d08ddf672826206aabf21436a2bc7f68 | |
parent | 73b9d0c5cb02f0ea8350de28bc3687e0af70ea0f (diff) |
Initial revision of changed source layout
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@137 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 6 | ||||
-rw-r--r-- | src/inspircd | bin | 245026 -> 0 bytes |
2 files changed, 4 insertions, 2 deletions
@@ -292,9 +292,11 @@ echo "" -echo -e "Writing \033[1;37m${OSNAME}\033[0;37m makefile" +echo -e "Writing \033[1;37m$OSNAME\033[0;37m makefile" -cp -f Makefile.${OSNAME} Makefile +cp -f Makefile.$OSNAME Makefile +cp -f src/Makefile.$OSNAME src/Makefile.$OSNAME +cp -f src/modules/Makefile.$OSNAME src/modules/Makefile.$OSNAME echo "" echo "Do you want to compile the IRCd binaries?" diff --git a/src/inspircd b/src/inspircd Binary files differdeleted file mode 100644 index e2bea5dd2..000000000 --- a/src/inspircd +++ /dev/null |