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

Map file parser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 = \
Note: See TracChangeset for help on using the changeset viewer.