Changeset 4287 for trunk/src/win32k
- Timestamp:
- Sep 21, 2000, 1:16:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/pe2lx/makefile
r4164 r4287 1 1 ############################################################################## 2 # $Id: makefile,v 1.2 1 2000-09-02 21:08:16bird Exp $2 # $Id: makefile,v 1.22 2000-09-21 11:16:42 bird Exp $ 3 3 # 4 4 # PD-Win32 API … … 11 11 # Include 12 12 ############################################################################## 13 NOCLEAN=1 13 14 EXETARGET=1 14 15 !include ..\makefile.inc … … 134 135 # Cleanup 135 136 ############################################################################## 136 #clean2:137 # @$(RM) $(OBJS) $(TARGET).exe $(WIN32KLIST)\$(TARGET).map *.pch 138 137 clean: 138 @$(RM) $(OBJDIR)\*.$(OBJEXT) $(WIN32KBIN)\$(TARGET).exe \ 139 $(WIN32KBIN)\$(TARGET).lnk $(WIN32KBIN)\$(TARGET).map 139 140 140 141
Note:
See TracChangeset
for help on using the changeset viewer.