mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Added copyright notices
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@145 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
71e8f92b57
commit
7cf2468263
@ -1,7 +1,8 @@
|
||||
# Insp Main Makefile
|
||||
#
|
||||
#
|
||||
#
|
||||
# (C) ChatSpike development team
|
||||
# Makefile by <Craig@ChatSpike.net>
|
||||
# Small modifications by <brain@ChatSpike.net>
|
||||
#
|
||||
|
||||
CC = g++
|
||||
|
@ -1,7 +1,8 @@
|
||||
# Insp Main Makefile
|
||||
#
|
||||
#
|
||||
#
|
||||
# (C) ChatSpike development team
|
||||
# Makefile by <Craig@ChatSpike.net>
|
||||
# Small modifications by <brain@ChatSpike.net>
|
||||
#
|
||||
|
||||
CC = g++
|
||||
|
12
configure
vendored
12
configure
vendored
@ -69,7 +69,7 @@ rm -rf fdscount
|
||||
|
||||
if [ "$PERL" = "" ] ; then
|
||||
echo "You require perl to run this program."
|
||||
exit;
|
||||
exit
|
||||
fi
|
||||
|
||||
|
||||
@ -275,6 +275,16 @@ echo "#define MAXBUF 514">>include/inspircd_config.h
|
||||
touch include/inspircd_config.h
|
||||
|
||||
echo -e "Writing \033[1;37m$OSNAME\033[0;37m makefile"
|
||||
echo ""
|
||||
|
||||
if exists "Makefile.$OSNAME" ; then
|
||||
echo "Operating system supported."
|
||||
else
|
||||
echo "Your operating system, \"$OSNAME\", is not supported!"
|
||||
exit
|
||||
fi
|
||||
|
||||
echo ""
|
||||
|
||||
cp -f Makefile.$OSNAME Makefile
|
||||
cp -f src/Makefile.$OSNAME src/Makefile
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Insp Makefile :p
|
||||
#
|
||||
#
|
||||
# (C) ChatSpike development team
|
||||
# Makefile by <Craig@ChatSpike.net>
|
||||
# Small modifications by <brain@ChatSpike.net>
|
||||
#
|
||||
|
||||
CC = im a cheezeball
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Insp Makefile :p
|
||||
#
|
||||
#
|
||||
# (C) ChatSpike development team
|
||||
# Makefile by <Craig@ChatSpike.net>
|
||||
# Small modifications by <brain@ChatSpike.net>
|
||||
#
|
||||
|
||||
CC = im a cheezeball
|
||||
|
@ -1,3 +1,8 @@
|
||||
# (C) ChatSpike development team
|
||||
# Makefile by <Craig@ChatSpike.net>
|
||||
# Small modifications by <brain@ChatSpike.net>
|
||||
#
|
||||
|
||||
CXXFLAGS = -I../../include ${FLAGS}
|
||||
|
||||
MODS = `/bin/ls *.cpp | sed 's/.cpp//'`
|
||||
|
@ -1,3 +1,8 @@
|
||||
# (C) ChatSpike development team
|
||||
# Makefile by <Craig@ChatSpike.net>
|
||||
# Small modifications by <brain@ChatSpike.net>
|
||||
#
|
||||
|
||||
CXXFLAGS = -I../../include ${FLAGS}
|
||||
|
||||
MODS = `/bin/ls *.cpp | sed 's/.cpp//'`
|
||||
|
Loading…
x
Reference in New Issue
Block a user