Changeset 2709 for trunk/src/peldr
- Timestamp:
- Feb 10, 2000, 12:40:56 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/peldr/makefile
r2572 r2709 1 # $Id: makefile,v 1.1 2 2000-01-30 14:48:51 sandervlExp $1 # $Id: makefile,v 1.13 2000-02-09 23:40:52 bird Exp $ 2 2 3 3 # … … 10 10 PDWIN32_LIB = ..\..\lib 11 11 PDWIN32_BIN = ..\..\bin 12 12 PDWIN32_TOOLS = ..\..\tools\bin 13 13 14 14 !include $(PDWIN32_INCLUDE)/pdwin32.mk … … 17 17 CXXFLAGS = $(CXXFLAGS) /Ge+ -I$(PDWIN32_INCLUDE) -Gn- 18 18 LDFLAGS = $(LDFLAGS_ODINCRT) /Ge+ /B"/pmtype:pm /stack:0x100000 /NOBASE /Map" \ 19 19 os2386.lib 20 20 21 21 … … 28 28 29 29 $(TARGET).exe: $(OBJS) makefile 30 31 32 30 $(LD) $(LDFLAGS) -Fe$@ $(OBJS) 31 $(CP) $(TARGET).exe $(PDWIN32_BIN) 32 $(CP) $@ $(PDWIN32_BIN) 33 33 34 34 35 pe.obj: pe.cpp pe.h $(PDWIN32_INCLUDE)\winimagebase.h $(PDWIN32_INCLUDE)\winexebase.h 35 dep: 36 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \ 37 *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h 38 39 !ifndef NODEP 40 !include .depend 41 !endif 42 36 43 37 44 clean: 38 $(RM) *.obj *.lib *.dll *.map *.pch *.exe 39 $(RM) $(PDWIN32_BIN)\$(TARGET).exe 45 $(RM) *.obj *.lib *.dll *.map *.pch *.exe \ 46 $(PDWIN32_BIN)\$(TARGET).exe 47
Note:
See TracChangeset
for help on using the changeset viewer.