Ignore:
Timestamp:
Mar 6, 2019, 8:10:23 AM (5 years ago)
Author:
chronos
Message:
  • Added: StdAI from original game. Previously used only AI dev kit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/rpm/c-evo.spec

    r142 r160  
    66Group:          Development/Languages
    77License:        Public Domain
    8 URL:            http://svn.zdechov.net/trac/c-evo
     8URL:            https://app.zdechov.net/c-evo
    99Source0:        c-evo.tar.gz
    1010BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    2222
    2323%build
    24 (cd AI/StdAI ; lazbuild --build-mode=Release AIProject.lpi)
     24(cd AI/StdAI ; lazbuild --build-mode=Release StdAI.lpi)
    2525mv AI/StdAI/libstdai.so AI/StdAI/libstdai-%{_target_cpu}.so
    2626sed -i 's/libstdai-i386.so/libstdai-%{_target_cpu}.so/g' AI/StdAI/StdAI.ai.txt
Note: See TracChangeset for help on using the changeset viewer.