Changeset 16322
- Timestamp:
- 2008-07-09T22:49:18+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indexers/trunk/mgpp/text/win32.mak
r15665 r16322 175 175 176 176 mgpp_stem_idx$e: $(STEM_IDX_OBJS) 177 $(LINK) $(STEM_IDX_OBJS) $(LIBS) 177 $(LINK) $(STEM_IDX_OBJS) $(LIBS) 178 #/link /NODEFAULTLIB:libc 178 179 179 180 DECOMPRESS_TEXT_OBJS = \ … … 211 212 212 213 clean: 213 del *$o 214 del libmgpptext.lib libmgpppass.lib 215 214 if exist *$o del *$o 215 if exist *$e del *$e 216 if exist libmgpptext.lib del libmgpptext.lib 217 if exist libmgpppass.lib del libmgpppass.lib 218
Note:
See TracChangeset
for help on using the changeset viewer.