HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
Ö.M gönderdim oradan devam edelim. Forumu rahatsız etmeyelim.
hemen deniyeceğim hocamAynen
serverı aldığım sunucudan aldığım source dosyası içinde dediğiniz kodlama yok şu kodlamalar varOyunun kendi srcsi olması lazım herhangi bi game dosyasi olmaz
[CODE=cpp]CXX = g++
BIN_DIR = ../lib
BIN = $(BIN_DIR)/libgame.a
CFLAGS = -Wall -O2 -w -pipe -fno-exceptions -I../include
LIBS =
OBJFILES = grid.o attribute.o targa.o
default:
$(MAKE) $(BIN)
$(BIN): $(OBJFILES)
if [ ! -d $(BIN_DIR) ]; then mkdir $(BIN_DIR); fi
ar cru $(BIN) $(OBJFILES) $(LIBS)
ranlib $(BIN)
chmod 700 $(BIN)
clean:
rm -f *.o
rm -f $(BIN)
dep:
touch Depend
$(CXX) $(CFLAGS) -MM *.cc > Depend
$(OBJFILES):
$(CXX) $(CFLAGS) -c $<
include Depend
[/CODE]
Filesinizde /usr/game/share/bin/game dizini bulunmuyor sanırım. Makefile ile filesinizin dizini uyumsuz.
/usr/game/share/bin/game dizinin var olup olmadığını kontrol edin öncelikle.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?