From 30ca7209205938714e0f100552fb1c081124a6ce Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 24 Jul 2004 00:36:17 +0000 Subject: [PATCH] changed file extension to .amxx --- plugins/compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/compile.sh b/plugins/compile.sh index 4e7d0e3a..cdea40da 100755 --- a/plugins/compile.sh +++ b/plugins/compile.sh @@ -8,7 +8,7 @@ # This file is part of AMX Mod X. test -e compiled || mkdir compiled -ls *.sma | xargs -i ./sc \{\} -ocompiled/\{\} > temp.txt -ls compiled/*.sma | xargs -i basename \{\} .sma | xargs -i mv compiled/\{\}.sma compiled/\{\}.amx +ls *.sma | xargs -i ./amxxsc \{\} -ocompiled/\{\} > temp.txt +ls compiled/*.sma | xargs -i basename \{\} .sma | xargs -i mv compiled/\{\}.sma compiled/\{\}.amxx more temp.txt rm temp.txt \ No newline at end of file