Changeset 226 for trunk/src/helpers


Ignore:
Timestamp:
Sep 13, 2002, 2:09:29 PM (23 years ago)
Author:
umoeller
Message:

Map file parser.

Location:
trunk/src/helpers
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dosh.c

    r222 r226  
    41234123 ********************************************************************/
    41244124
    4125 STATIC PVOID    // G_pvGlobalInfoSeg = NULL,
    4126                 G_pvLocalInfoSeg = NULL;
     4125STATIC PVOID    G_pvLocalInfoSeg = NULL;
    41274126
    41284127USHORT _Far16 _Pascal Dos16GetInfoSeg(PSEL pselGlobal,
  • trunk/src/helpers/makefile

    r223 r226  
    212212    exeh.exe \
    213213    fdlg.exe \
     214    xmap.exe \
    214215    vcard.exe
    215216
     
    267268    ilink /debug /pmtype:pm $(FDLG_TEST_OBJS) /o:$@
    268269
     270# xmap.exe
     271MAP_TEST_OBJS = \
     272    $(TESTCASE_DIR)\map_vac.obj \
     273    $(TESTCASE_DIR)\linklist.obj \
     274    $(TESTCASE_DIR)\stringh.obj \
     275    $(TESTCASE_DIR)\xstring.obj \
     276    $(TESTCASE_DIR)\_test_map.obj
     277
     278xmap.exe: $(MAP_TEST_OBJS)
     279    ilink /debug /optfunc /pmtype:vio $(MAP_TEST_OBJS) pmprintf.lib /o:$@
     280
    269281# vcard.exe
    270282VCARD_TEST_OBJS = \
  • trunk/src/helpers/vcard.c

    r222 r226  
    463463    }
    464464
    465     _Pmpf((__FUNCTION__ ": returning %d", arc));
    466 
    467465    return arc;
    468466}
     
    805803    }
    806804
    807     _Pmpf((__FUNCTION__ ": returning %d", arc));
    808 
    809805    return arc;
    810806}
Note: See TracChangeset for help on using the changeset viewer.