Changeset 4624 for trunk/src/opengl/glide/makefile
- Timestamp:
- Nov 19, 2000, 10:27:40 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glide/makefile
r4333 r4624 1 # $Id: makefile,v 1. 6 2000-09-28 03:08:07bird Exp $1 # $Id: makefile,v 1.7 2000-11-19 08:58:10 bird Exp $ 2 2 # 3 3 # Odin32 API … … 6 6 # 7 7 8 9 # 8 10 # Directories 11 # 9 12 PDWIN32_INCLUDE = ..\..\..\include 13 PDWIN32_TOOLS = ..\..\..\tools\bin 10 14 15 16 # 11 17 # Common tools macros. (MAKE_CMD) 12 !include $(PDWIN32_INCLUDE)\pdwin32.tools 18 # 19 !include $(PDWIN32_INCLUDE)/pdwin32.tools 20 13 21 14 22 # Dummy all rule - nmake without target will make all targets of the first rule. 15 23 all_: all 24 16 25 17 26 # All, Lib, Clean and Dep rules.
Note:
See TracChangeset
for help on using the changeset viewer.