Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 1, 2006, 11:13:29 AM (18 years ago)
Author:
bensch
Message:

new_class_id: segfault-prevention in the PNode deletion process (not the nicest way, but it works)
This was with me for 3 months now…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/lang/Makefile.am

    r9730 r9859  
    1 MAINSRCDIR=../..
    2 include $(MAINSRCDIR)/defs/include_paths.am
     1INCLUDES = -I../..
     2INCLUDES +=-I..
     3INCLUDES +=-I../util
    34
    45noinst_LIBRARIES = libORXlang.a
     
    1314                class_id.h \
    1415                object_list.h
    15 
Note: See TracChangeset for help on using the changeset viewer.