Changeset 4720 for trunk/src/opengl/makefile
- Timestamp:
- Dec 3, 2000, 1:26:15 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/makefile
r4624 r4720 1 # $Id: makefile,v 1.1 8 2000-11-19 08:58:10bird Exp $1 # $Id: makefile,v 1.19 2000-12-03 00:26:11 bird Exp $ 2 2 # 3 3 # Odin32 API … … 8 8 9 9 # Common tools macros. (MAKE_CMD) 10 !include ../../ include/pdwin32.mk10 !include ../../makefile.inc 11 11 12 12 … … 23 23 .\mesa\3dfx 24 24 25 # All , Lib, Clean and Dep rules.26 clean dep all lib:25 # All the common rules like all, lib, clean and dep. 26 $(COMMONRULES): 27 27 $(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) $@ 28 28 29
Note:
See TracChangeset
for help on using the changeset viewer.