Changeset 3043 for trunk/src/opengl/glide
- Timestamp:
- Mar 8, 2000, 3:49:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glide/makefile
r3031 r3043 1 # $Id: makefile,v 1. 4 2000-03-06 23:33:43bird Exp $1 # $Id: makefile,v 1.5 2000-03-08 14:49:40 bird Exp $ 2 2 # 3 3 # Odin32 API … … 12 12 !include ..\..\..\include\pdwin32.tools 13 13 14 # Dummy all rule - nmake without target will make all targets of the first rule. 15 all_: all 14 16 15 17 # All, Lib, Clean and Dep rules. 16 all lib clean dep:18 dep clean lib all: 17 19 cd cvg 18 20 $(MAKE_CMD) $@
Note:
See TracChangeset
for help on using the changeset viewer.