diff --git a/compiler/amxxpc/Makefile b/compiler/amxxpc/Makefile index 1e426aba..c28a7d49 100755 --- a/compiler/amxxpc/Makefile +++ b/compiler/amxxpc/Makefile @@ -3,7 +3,7 @@ ### EDIT BELOW FOR OTHER PROJECTS ### -OPT_FLAGS = -g -ggdb3 #-O3 -funroll-loops -s -pipe -fno-strict-aliasing +OPT_FLAGS = -O3 -funroll-loops -s -pipe -fno-strict-aliasing DEBUG_FLAGS = -g -ggdb3 CPP = gcc-4.1 BINARY = amxxpc diff --git a/installer/AMXXRelease/Makefile b/installer/AMXXRelease/Makefile index 6131201e..204bba39 100755 --- a/installer/AMXXRelease/Makefile +++ b/installer/AMXXRelease/Makefile @@ -3,10 +3,10 @@ ### EDIT BELOW FOR OTHER PROJECTS ### -CS = mcs +CS = /usr/mono/bin/mcs NAME = amxxrelease BINARY = $(NAME).bin -OUTPATH = /tmp/ +OUTPATH = . OBJECTS = Main.cs Config.cs ABuilder.cs AMod.cs Build.cs Win32Builder.cs LinuxBuilder.cs \ CoreMod.cs ModDoD.cs ModEsf.cs ModCstrike.cs ModTFC.cs \ @@ -15,7 +15,7 @@ OBJECTS = Main.cs Config.cs ABuilder.cs AMod.cs Build.cs Win32Builder.cs LinuxBu default: all all: $(OBJECTS) - mcs $(OBJECTS) -o $(OUTPATH)/$(BINARY) + $(CS) $(OBJECTS) -o $(OUTPATH)/$(BINARY) clean: rm -rf amxxrelease diff --git a/installer/AMXXRelease/linux32.info b/installer/AMXXRelease/linux32.info index cda7a1c7..d3e9bd0c 100755 --- a/installer/AMXXRelease/linux32.info +++ b/installer/AMXXRelease/linux32.info @@ -1,6 +1,6 @@ compress = /bin/tar -source = /home/dvander/amxx +source = /home/users/dvander/amxx makeopts = -output = /home/dvander/done +output = /home/users/dvander/done devenv = /usr/bin/make -release = amxmodx-1.71 +release = amxmodx-1.76 diff --git a/plugins/amxxpc b/plugins/amxxpc index f8b73ed9..011993e4 100755 Binary files a/plugins/amxxpc and b/plugins/amxxpc differ