Changeset 242 for trunk/nom/class_c/nomclassmanager.c
- Timestamp:
- Mar 6, 2007, 8:47:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note:
See TracChangeset
for help on using the changeset viewer.