Changeset 242
- Timestamp:
- Mar 6, 2007, 8:47:37 PM (18 years ago)
- Location:
- trunk/nom
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/Makefile
r239 r242 23 23 GCLIB = ./../../../o/gc.a 24 24 25 ADDLIBS = -l$(OBJDIR)/voyfcls 25 ADDLIBS = 26 # -l$(OBJDIR)/voyfcls 26 27 27 28 # Define objects to build -
trunk/nom/class_c/nomclassmanager.c
r239 r242 261 261 { 262 262 /* NOMClassMgrData* nomThis=NOMClassMgrGetData(nomSelf); */ 263 #if 0 264 /* We have a circular reference here to the voyfcls.dll containing NOMPath, which needs nomtk.a 265 to be built. */ 263 266 NOMPath* thePath; 264 267 … … 272 275 thePath=NOMPath_assignCString(thePath, g_get_current_dir(), NULL); 273 276 thePath=NOMPath_appendCString(thePath, "classlist.ini", NULL); 277 #endif 274 278 275 279 return NULL; -
trunk/nom/class_c/nomcls.c
r219 r242 16 16 * The Initial Developer of the Original Code is 17 17 * netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>. 18 * Portions created by the Initial Developer are Copyright (C) 2005-200 618 * Portions created by the Initial Developer are Copyright (C) 2005-2007 19 19 * the Initial Developer. All Rights Reserved. 20 20 * -
trunk/nom/idl/nombase.idl
r201 r242 75 75 native PGTree; 76 76 77 native PGdkPixmap; 78 native PGdkBitmap; 79 80 native PGArray; 81 native PGdkDragContext; 82 native GdkDragAction; 83 77 84 native nomId; /* This is a typedef for a GQuark */ 78 85 native pnomId;/* ...and the pointer on it. */ -
trunk/nom/include/nom.h
r213 r242 113 113 typedef gulong* pgulong; 114 114 typedef GTree* PGTree; 115 typedef GArray* PGArray; 116 115 117 116 118 typedef gchar **nomID; /* This will be reomoved later. Don't use anymore */
Note:
See TracChangeset
for help on using the changeset viewer.