Changeset 4712 for trunk/tools/wrc/makefile.os2
- Timestamp:
- Dec 3, 2000, 12:27:03 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wrc/makefile.os2
r4332 r4712 1 # $Id: makefile.os2,v 1.1 1 2000-09-28 03:06:28bird Exp $1 # $Id: makefile.os2,v 1.12 2000-12-02 23:27:03 bird Exp $ 2 2 3 3 4 PDWIN32_TOOLS = ..\bin5 PDWIN32_INCLUDE = ..\..\include6 !include $( PDWIN32_INCLUDE)\pdwin32.tools4 ODIN32_TOOLS = ..\bin 5 ODIN32_INCLUDE = ..\..\include 6 !include $(ODIN32_INCLUDE)\odin32.tools.mk 7 7 8 8 … … 55 55 dep: 56 56 $(DEPEND) -I../../include/win -I../../include -I$(C_INCLUDE_PATH) \ 57 *.h *.asm *.inc $( PDWIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp57 *.h *.asm *.inc $(ODIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp 58 58 59 59
Note:
See TracChangeset
for help on using the changeset viewer.