Ignore:
Timestamp:
Feb 4, 2002, 10:21:38 PM (24 years ago)
Author:
umoeller
Message:

Sources as of V0.9.16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/makefile

    r137 r138  
    156156    dialog.exe \
    157157    vcard.exe \
     158    fdlg.exe \
    158159
    159160# dosh.exe
     
    194195    ilink /debug /pmtype:vio $(VCARD_TEST_OBJS) /o:$@
    195196
     197# vcard.exe
     198VCARD_TEST_OBJS = \
     199    $(TESTCASE_DIR)\_call_filedlg.obj
     200
     201fdlg.exe: $(VCARD_TEST_OBJS)
     202    ilink /debug /pmtype:pm $(VCARD_TEST_OBJS) /o:$@
     203
    196204test: $(TESTCASE_TARGETS)
    197205
Note: See TracChangeset for help on using the changeset viewer.