Code Search for Developers
 
 
  

compile.sh from The Geronimo Project at Krugle


Show compile.sh syntax highlighted

#!/bin/bash

# AMX Mod X
#
# by the AMX Mod X Development Team
#  originally developed by OLO
#
# This file is part of AMX Mod X.

# new code contributed by \malex\

test -e compiled || mkdir compiled
rm -f temp.txt

for sourcefile in *.sma
do
        amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`"
        echo -n "Compiling $sourcefile ..."
        ./amxxpc $sourcefile -ocompiled/$amxxfile >> temp.txt
        echo "done"
done

less temp.txt
rm temp.txt




See more files for this project here

The Geronimo Project

The Geronimo project concists of two software :\n- Geronimo Hoshigo : a playable graphical user interface to play Go\n- Geronimo Margo : a artificial intelligence program which plays Go

Project homepage: http://sourceforge.net/projects/geronimo
Programming language(s): Java,Pascal,Perl,PHP
License: gpl2

  include/
    Vexd_Utilities.inc
    amxconst.inc
    amxmisc.inc
    amxmod.inc
    amxmodx.inc
    core.inc
    csstats.inc
    cstrike.inc
    csx.inc
    dbi.inc
    dodconst.inc
    dodfun.inc
    dodstats.inc
    dodx.inc
    engine.inc
    engine_const.inc
    engine_stocks.inc
    esf.inc
    esf_const.inc
    fakemeta.inc
    fakemeta_const.inc
    fakemeta_stocks.inc
    file.inc
    float.inc
    fun.inc
    geoip.inc
    hlsdk_const.inc
    lang.inc
    message_const.inc
    messages.inc
    ns.inc
    ns2amx.inc
    ns_const.inc
    nvault.inc
    regex.inc
    sockets.inc
    sqlx.inc
    string.inc
    tfcconst.inc
    tfcstats.inc
    tfcx.inc
    time.inc
    tsconst.inc
    tsfun.inc
    tsstats.inc
    tsx.inc
    vault.inc
    vector.inc
    xs.inc
    xtrafun.inc
  admin.sma
  adminchat.sma
  admincmd.sma
  adminhelp.sma
  adminslots.sma
  adminvote.sma
  amx_match_deluxe.sma
  amxxpc
  amxxpc.exe
  amxxpc32.dll
  amxxpc32.so
  amxxpc64.dll
  amxxpc64.so
  antiflood.sma
  cmdmenu.sma
  compile.exe
  compile.sh
  csstats.sma
  dlsym
  dlsym.c
  dlsym64
  imessage.sma
  mapchooser.sma
  mapsmenu.sma
  menufront.sma
  miscstats.sma
  multilingual.sma
  nextmap.sma
  pausecfg.sma
  plmenu.sma
  restmenu.sma
  sasm
  sasm.exe
  scrollmsg.sma
  stats_logging.sma
  statscfg.sma
  statsx.sma
  telemenu.sma
  temp.txt
  timeleft.sma