Changeset 146 for trunk/gui/Makefile


Ignore:
Timestamp:
Dec 3, 2006, 9:54:12 PM (19 years ago)
Author:
cinc
Message:

Improvements to WPFolder and fixes to related classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/Makefile

    r126 r146  
    1717IDLDIR          =       ./idl
    1818
    19 TKIDLDIR        =       $(NOMPATH)/idl  # The object TK lives here
    20 
    21 INC             =       ./include -I ./class_h -I $(NOMPATH)/class_h -I $(NOMPATH)/include
     19# The object TK lives here
     20TKIDLDIR        =       $(NOMPATH)/idl
     21IDLINC          =       -include=$(TKIDLDIR) -include=$(DESKTOPPATH)/idl -include=$(FOUNDATIONPATH)/idl
     22 
     23INC             =       ./include -I ./class_h \
     24                        -I $(NOMPATH)/class_h -I $(NOMPATH)/include \
     25                        -I $(DESKTOPPATH)/class_h -I $(DESKTOPPATH)/include \
     26                        -I $(FOUNDATIONPATH)/class_h -I $(FOUNDATIONPATH)/include
    2227
    2328ADDLIBS         =        -l$(OBJDIR)/nobjtk
     
    4954###################################
    5055
    51 BASE_NOMCOMPILEH        =       $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --header --output-dir=$(CLASSINC) $<
    52 BASE_NOMCOMPILEIH       =       $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --ihfile --output-dir=$(CLASSINC) $<
    53 BASE_NOMCOMPILEC        =       $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --c-template --output-dir=$(CLASSTEMPLATEDIR) $<
     56BASE_NOMCOMPILEH        =       $(IDLCOMP) $(IDLINC) --showcpperrors --header --output-dir=$(CLASSINC) $<
     57BASE_NOMCOMPILEIH       =       $(IDLCOMP) $(IDLINC) --showcpperrors --ihfile --output-dir=$(CLASSINC) $<
     58BASE_NOMCOMPILEC        =       $(IDLCOMP) $(IDLINC) --showcpperrors --c-template --output-dir=$(CLASSTEMPLATEDIR) $<
    5459
    5560
Note: See TracChangeset for help on using the changeset viewer.