source: trunk/src/opengl/glide/makefile@ 3669

Last change on this file since 3669 was 3043, checked in by bird, 26 years ago

Correction for nmake without target.

File size: 442 bytes
Line 
1# $Id: makefile,v 1.5 2000-03-08 14:49:40 bird Exp $
2#
3# Odin32 API
4#
5# main glide makefile
6#
7
8# Directories
9PDWIN32_INCLUDE = ..\..\include
10
11# Common tools macros. (MAKE_CMD)
12!include ..\..\..\include\pdwin32.tools
13
14# Dummy all rule - nmake without target will make all targets of the first rule.
15all_: all
16
17# All, Lib, Clean and Dep rules.
18dep clean lib all:
19 cd cvg
20 $(MAKE_CMD) $@
21 cd ..\sst1
22 $(MAKE_CMD) $@
23 cd ..
24
Note: See TracBrowser for help on using the repository browser.