Changeset 3031 for trunk/src/pe2lx
- Timestamp:
- Mar 7, 2000, 12:39:20 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/pe2lx/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pe2lx/makefile
r604 r3031 1 # $Id: makefile,v 1. 9 1999-08-21 12:29:30 sandervlExp $1 # $Id: makefile,v 1.10 2000-03-06 23:38:55 bird Exp $ 2 2 3 3 # 4 # PD-Win32 API4 # Odin32 API 5 5 # 6 # pe2lx.exe makefile 6 # pe2lx.exe makefile 7 # 8 # WARNING: This is the old PE2LX. The new Pe2Lx is found in src\win32k\pe2lx. 7 9 # 8 10 … … 31 33 32 34 $(TARGET).exe: $(OBJS) 33 $(LD) $(LDFLAGS) -Fe$@ $(OBJS) \35 $(LD) $(LDFLAGS) -Fe$@ $(OBJS) \ 34 36 $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 35 37 $(CP) $(TARGET).exe $(PDWIN32_BIN) … … 63 65 64 66 clean: 65 $(RM) *.obj *.lib *.dll *~ *.map *.pch *.exe66 $(RM) $(PDWIN32_BIN)\$(TARGET).exe67 $(RM) *.obj *.lib *.dll *~ *.map *.pch *.exe 68 $(RM) $(PDWIN32_BIN)\$(TARGET).exe
Note:
See TracChangeset
for help on using the changeset viewer.
