Changeset 296


Ignore:
Timestamp:
Apr 7, 2007, 5:37:11 PM (18 years ago)
Author:
cinc
Message:

New array class NOMPtrArray.

Location:
trunk/foundation
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/foundation/Makefile

    r283 r296  
    3636
    3737CLASSOBJECTS    =       $(OBJDIR)/nomstring.o \
     38                        $(OBJDIR)/nomptrarray.o \
    3839                        $(OBJDIR)/nomfilepath.o
    3940
     
    6465#BASE_NOMCOMPILEH       =       $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --header --output-dir=$(CLASSINC) $<
    6566#BASE_NOMCOMPILEIH      =       $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --ihfile --output-dir=$(CLASSINC) $<
    66 BASE_NOMCOMPILEC        =       $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --c-template --output-dir=$(CLASSTEMPLATEDIR) $<
     67#BASE_NOMCOMPILEC       =       $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --c-template --output-dir=$(CLASSTEMPLATEDIR) $<
    6768
    6869BASE_NOMCOMPILEH        =       gcc -E -x c -D__NOM_IDL_COMPILER__ $(NOMIDLINC) $< | $(NOMIDLCOMPILER) --emit-h -d $(CLASSINC) -
    6970BASE_NOMCOMPILEIH       =       gcc -E -x c -D__NOM_IDL_COMPILER__ $(NOMIDLINC) $< | $(NOMIDLCOMPILER) --emit-ih -d $(CLASSINC) -
     71BASE_NOMCOMPILEC        =       gcc -E -x c -D__NOM_IDL_COMPILER__ $(NOMIDLINC) $< | $(NOMIDLCOMPILER) --emit-c -d $(CLASSTEMPLATEDIR) -
    7072
    7173
  • trunk/foundation/exports.def

    r162 r296  
    1313        NOMPathNewClass   
    1414
     15        _NOMPtrArrayClassData 
     16        _NOMPtrArrayCClassData
     17        NOMPtrArrayNewClass   
     18
     19;       _NOMObjArrayClassData 
     20;       _NOMObjArrayCClassData
     21;       NOMObjArrayNewClass   
Note: See TracChangeset for help on using the changeset viewer.