adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src/modules Makefile.am,1.2,1.3


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/modules Makefile.am,1.2,1.3
Date: Sun, 15 Sep 2002 11:52:28 -0400

Update of /cvsroot/adonthell/adonthell/src/modules
In directory subversions:/tmp/cvs-serv5198/src/modules

Modified Files:
        Makefile.am 
Log Message:
Some compilation fixes and version number upgrading for the upcoming
release.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/modules/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 28 Apr 2002 16:34:36 -0000      1.2
--- Makefile.am 15 Sep 2002 15:52:26 -0000      1.3
***************
*** 1,12 ****
  moddatadir = $(gamedatadir)/modules
  
! moddata_DATA = *.pyc
  
! EXTRA_DIST = dialogue.py adonthell.py
  
! all: *.py
!       ../adonthell -c
  
! *.pyc: *.py
  
! CLEANFILES = *.pyc
--- 1,22 ----
  moddatadir = $(gamedatadir)/modules
  
! pyc_files = dialogue.pyc adonthell.pyc
! py_files = dialogue.py adonthell.py
  
! moddata_DATA = dialogue.pyc adonthell.pyc
  
! EXTRA_DIST = $(py_files)
  
! all: $(py_files)
!       $(top_builddir)/src/adonthell -c
  
! dialogue.pyc: dialogue.py
! adonthell.pyc: adonthell.py
! 
! dialogue.py:
!       cp $(top_srcdir)/src/modules/dialogue.py .
! 
! adonthell.py:
!       cp $(top_srcdir)/src/modules/adonthell.py .
! 
! CLEANFILES = $(pyc_files)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]