adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/tools/dlgedit Makefile.am,1.45,1.


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/tools/dlgedit Makefile.am,1.45,1.46
Date: Mon, 02 Sep 2002 06:57:45 -0400

Update of /cvsroot/adonthell/adonthell/src/tools/dlgedit
In directory subversions:/tmp/cvs-serv21978/src/tools/dlgedit

Modified Files:
        Makefile.am 
Log Message:
FIXED compilation of tools
FIXED bug of events repeating although they shouldn't (I hope)


Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/tools/dlgedit/Makefile.am,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** Makefile.am 27 Apr 2002 10:33:32 -0000      1.45
--- Makefile.am 2 Sep 2002 10:57:41 -0000       1.46
***************
*** 70,76 ****
  
  # Evil, but it works...
! CPPFLAGS +=-I../.. -D_VERSION_=\"0.8pre1\" $(PY_CFLAGS) $(GTK_CFLAGS) 
$(SDL_CFLAGS)
  
! SWIGFLAGS = -D_DLGEDIT_ -D_DEBUG_
  
  # dlgedit_LDADD = ../../libadonthell.a \
--- 70,76 ----
  
  # Evil, but it works...
! CPPFLAGS =-I../.. -D_VERSION_=\"0.8\" $(GTK_CFLAGS) $(SDL_CFLAGS)
  
! # SWIGFLAGS = -D_DLGEDIT_ -D_DEBUG_
  
  # dlgedit_LDADD = ../../libadonthell.a \
***************
*** 83,89 ****
        flex -olex.loadlg.cc loadlg.l
  
! py_character_wrap.cc : py_character.i ../../character.h ../../character_base.h
!       swig $(SWIGFLAGS) -python -shadow -c++ -make_default -o 
py_character_wrap.cc $<
  
! py_quest_wrap.cc : py_quest.i ../../quest.h
!       swig $(SWIGFLAGS) -python -shadow -c++ -make_default -o 
py_quest_wrap.cc $<
--- 83,89 ----
        flex -olex.loadlg.cc loadlg.l
  
! # py_character_wrap.cc : py_character.i ../../character.h 
../../character_base.h
! #     swig $(SWIGFLAGS) -python -shadow -c++ -make_default -o 
py_character_wrap.cc $<
  
! # py_quest_wrap.cc : py_quest.i ../../quest.h
! #     swig $(SWIGFLAGS) -python -shadow -c++ -make_default -o 
py_quest_wrap.cc $<





reply via email to

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