diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-07 23:10:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-07 23:10:29 +0000 |
commit | 12cff8dd2f83c8186a41db6075708157dc3c3bd0 (patch) | |
tree | 9b9f92112343da0954c15c77633ab2eaaef24df7 /src/InspIRCd.dev | |
parent | 0772585d9fc8c4c95ec88709974875d981987d7d (diff) |
Fixed typo in m_saquit (missing ;) w00t needs to test what he commits.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@435 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/InspIRCd.dev')
-rw-r--r-- | src/InspIRCd.dev | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/InspIRCd.dev b/src/InspIRCd.dev index 113cdd510..4f7a65363 100644 --- a/src/InspIRCd.dev +++ b/src/InspIRCd.dev @@ -1,7 +1,7 @@ [Project] FileName=InspIRCd.dev Name=InspIRCd -UnitCount=38 +UnitCount=39 Type=1 Ver=1 ObjFiles= @@ -423,3 +423,13 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= +[Unit39] +FileName=modules\m_saquit.cpp +CompileCpp=1 +Folder=Modules +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + |