Changeset 12888


Ignore:
Timestamp:
2006-09-28T11:05:59+12:00 (18 years ago)
Author:
kjdon
Message:

Accent folding patch thanks to Juan Grigera. added unac includes and lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/text/Makefile.in

    r11115 r12888  
    11###########################################################################
    22#
    3 # Makefile.in -- Makefile for the MG system
     3# Makefile.in -- Makefile for the MGPP system
    44# Copyright (C) 1994  Neil Sharman;  1995 Tim Shimmin
    55#
     
    4545INSTALL_PROGRAM = @INSTALL_PROGRAM@
    4646LDFLAGS = @LDFLAGS@
    47 LIBS = ../lib/libmg.a -lstdc++ @LIBS@
     47LIBS = ../lib/libmg.a ../../../packages/unac/libunac.a -lstdc++ @LIBS@
    4848TOUCH = echo timestamp >
    4949AWK = @AWK@
     
    9595
    9696# want toplevel config.h, not local mg one
    97 INCLUDES = -I../../.. -I../lib -I.
     97INCLUDES = -I../../.. -I../lib -I. -I../../../packages/unac
    9898
    9999#############################################################################
Note: See TracChangeset for help on using the changeset viewer.