Changeset 296
- Timestamp:
- Apr 7, 2007, 5:37:11 PM (18 years ago)
- Location:
- trunk/foundation
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/Makefile
r283 r296 36 36 37 37 CLASSOBJECTS = $(OBJDIR)/nomstring.o \ 38 $(OBJDIR)/nomptrarray.o \ 38 39 $(OBJDIR)/nomfilepath.o 39 40 … … 64 65 #BASE_NOMCOMPILEH = $(IDLCOMP) -include=$(TKIDLDIR) --showcpperrors --header --output-dir=$(CLASSINC) $< 65 66 #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) $< 67 68 68 69 BASE_NOMCOMPILEH = gcc -E -x c -D__NOM_IDL_COMPILER__ $(NOMIDLINC) $< | $(NOMIDLCOMPILER) --emit-h -d $(CLASSINC) - 69 70 BASE_NOMCOMPILEIH = gcc -E -x c -D__NOM_IDL_COMPILER__ $(NOMIDLINC) $< | $(NOMIDLCOMPILER) --emit-ih -d $(CLASSINC) - 71 BASE_NOMCOMPILEC = gcc -E -x c -D__NOM_IDL_COMPILER__ $(NOMIDLINC) $< | $(NOMIDLCOMPILER) --emit-c -d $(CLASSTEMPLATEDIR) - 70 72 71 73 -
trunk/foundation/exports.def
r162 r296 13 13 NOMPathNewClass 14 14 15 _NOMPtrArrayClassData 16 _NOMPtrArrayCClassData 17 NOMPtrArrayNewClass 18 19 ; _NOMObjArrayClassData 20 ; _NOMObjArrayCClassData 21 ; NOMObjArrayNewClass
Note:
See TracChangeset
for help on using the changeset viewer.