root/branches/Dirk_RenderTraversalWork/CommonConf/commonEXPAT.in

Revision 2, 356 bytes (checked in by vossg, 2 years ago)

created : basic import

  • Property svn:eol-style set to native
Line 
1
2 INCLUDE_EXPAT := @ac_gdz_expat_incdir_e23@
3 LINK_EXPAT    := @ac_gdz_expat_libdir_e23@
4 LIB_EXPAT     := @ac_gdz_expat_lib_e23@
5
6 ifneq ($(INCLUDE_EXPAT),)
7 INCL_$(OS_BASE) += $(INC_OPTION)$(INCLUDE_EXPAT)
8 endif
9
10 ifneq ($(LINK_EXPAT),)
11 LIBPATHS_EXPAT     := $(LIBPATH_OPTION)$(LINK_EXPAT)
12 endif
13
14 ifneq ($(LIB_EXPAT),)
15 LIB_FILE_EXPAT     := $(LIB_EXPAT)
16 endif
Note: See TracBrowser for help on using the browser.