IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2006, 1:32:23 PM (20 years ago)
Author:
jhoblitt
Message:

bug #790 - remove psErrorText.h and inline all error codes. all newly inlined error codes are wrapped with the _() macro from future gettextification

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src

    • Property svn:ignore
      •  

        old new  
        1010libpslib.la.temp
        1111config.h.in
        12 psErrorText.h
        1312*.bb
        1413*.bbg
  • trunk/psLib/src/Makefile.am

    r7985 r8232  
    1111
    1212
    13 EXTRA_DIST = mainpage.dox psErrorCodes_en.dat psTest.h psErrorText.h.in psErrorText_en.dat
    14 
    15 BUILT_SOURCES = psErrorText.h
    16 psErrorText.h: psErrorText_$(PS_LANG).dat
    17         $(top_srcdir)/psParseErrorCodes --data=$? $(srcdir)/psErrorText.h
     13EXTRA_DIST = mainpage.dox psErrorCodes_en.dat psTest.h
    1814
    1915pslibincludedir = $(includedir)
     
    2117        psTest.h \
    2218        pslib.h \
    23         pslib_strict.h \
    24         psErrorText.h
     19        pslib_strict.h
    2520
    2621install-exec-local: libpslib.la
Note: See TracChangeset for help on using the changeset viewer.