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

Last change on this file since 3036 was 3031, checked in by bird, 26 years ago

Makefiles are updated to new style.
Odin32 resource files are renamed to *.orc and most have changed name to avoid
name clashes for object files.

File size: 351 bytes
Line 
1# $Id: makefile,v 1.4 2000-03-06 23:33:43 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
15# All, Lib, Clean and Dep rules.
16all lib clean dep:
17 cd cvg
18 $(MAKE_CMD) $@
19 cd ..\sst1
20 $(MAKE_CMD) $@
21 cd ..
22
Note: See TracBrowser for help on using the repository browser.