Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7702 in orxonox.OLD


Ignore:
Timestamp:
May 18, 2006, 5:50:42 PM (18 years ago)
Author:
snellen
Message:

new concept

Location:
branches/script_engine/src/lib/script_engine
Files:
3 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/script_engine/Makefile.am

    r7688 r7702  
    44#noinst_LIBRARIES = libORXscript.a
    55
    6 #libORXscript_a_SOURCES = \
    7                 LuaCallback.cc \
    8                 RestoreStack.cc \
    9                 Script.cc \
    10                 scriptable.cc\
    11                 This.cc \
    12                 VirtualMachine.cc
     6#libORXscript_a_SOURCES =
    137
    148AM_CPPFLAGS= @LUA_INCLUDES@
    159
    16 #bin_PROGRAMS = main
    17 #main_SOURCES = \
    18                 main.cc
    19 #main_LDADD = libORXscript.a -L../../../extern_libs @LUA_LIBS@
     10bin_PROGRAMS = account
     11account_SOURCES = \
     12                account.cc
     13
     14
     15account_LDADD = libORXscript.a -L../../../extern_libs @LUA_LIBS@
    2016
    2117#main_LDFLAGS =
    2218
    2319
    24 #noinst_HEADERS = \
    25                 LuaCallback.h \
    26                 RestoreStack.h \
    27                 Script.h \
    28                 This.h \
    29                 VirtualMachine.h \
    30                 luaincl.h \
    31                 scriptable.h
    32 
     20noinst_HEADERS = \
     21                luna.h
Note: See TracChangeset for help on using the changeset viewer.