Changeset 138 for trunk/src/helpers/makefile
- Timestamp:
- Feb 4, 2002, 10:21:38 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/makefile
r137 r138 156 156 dialog.exe \ 157 157 vcard.exe \ 158 fdlg.exe \ 158 159 159 160 # dosh.exe … … 194 195 ilink /debug /pmtype:vio $(VCARD_TEST_OBJS) /o:$@ 195 196 197 # vcard.exe 198 VCARD_TEST_OBJS = \ 199 $(TESTCASE_DIR)\_call_filedlg.obj 200 201 fdlg.exe: $(VCARD_TEST_OBJS) 202 ilink /debug /pmtype:pm $(VCARD_TEST_OBJS) /o:$@ 203 196 204 test: $(TESTCASE_TARGETS) 197 205
Note:
See TracChangeset
for help on using the changeset viewer.