Changeset 4712 for trunk/tools/common/makefile
- Timestamp:
- Dec 3, 2000, 12:27:03 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile
r4654 r4712 1 # $Id: makefile,v 1. 9 2000-11-21 04:37:23bird Exp $1 # $Id: makefile,v 1.10 2000-12-02 23:26:58 bird Exp $ 2 2 3 3 # 4 # PD-Win32 API4 # Odin32 API 5 5 # 6 6 # Tools common parts … … 22 22 # Compiler, tools, and interference rules. 23 23 # 24 !include .. \..\include\pdwin32.mk24 !include ../../makefile.inc 25 25 26 26 … … 32 32 $(OBJDIR)\common.a \ 33 33 !endif 34 $( PDWIN32_TOOLS)\kDef2Wat.exe35 # $( PDWIN32_TOOLS)\kDump.exe34 $(ODIN32_TOOLS)\kDef2Wat.exe 35 # $(ODIN32_TOOLS)\kDump.exe 36 36 37 37 … … 40 40 # 41 41 needed: $(OBJDIR)\common.lib \ 42 $( PDWIN32_TOOLS)\kDef2Wat.exe42 $(ODIN32_TOOLS)\kDef2Wat.exe 43 43 44 44 … … 61 61 # Tools. 62 62 # 63 $( PDWIN32_TOOLS)\kDump.exe $(OBJDIR)\kDump.exe kDump.exe \64 $( PDWIN32_TOOLS)\kDef2Wat.exe $(OBJDIR)\kDef2Wat.exe kDef2Wat.exe : force63 $(ODIN32_TOOLS)\kDump.exe $(OBJDIR)\kDump.exe kDump.exe \ 64 $(ODIN32_TOOLS)\kDef2Wat.exe $(OBJDIR)\kDef2Wat.exe kDef2Wat.exe : force 65 65 -@echo $@ 66 66 @$(MAKE_CMD) -f $(@B).mak all … … 81 81 dep: 82 82 $(DEPEND) $(CINCLUDES) *.c *.cpp *.h *.asm *.inc \ 83 *.rc *.dlg $( PDWIN32_INCLUDE)\*.h -robj *.orc \83 *.rc *.dlg $(ODIN32_INCLUDE)\*.h -robj *.orc \ 84 84 -objo *.c *.cpp \ 85 85 -objgobj *.c *.cpp
Note:
See TracChangeset
for help on using the changeset viewer.