Ignore:
Timestamp:
Nov 19, 2000, 10:27:40 AM (25 years ago)
Author:
bird
Message:

New makefile style.

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:07 bird Exp $
     1# $Id: makefile,v 1.7 2000-11-19 08:58:10 bird Exp $
    22#
    33# Odin32 API
     
    66#
    77
     8
     9#
    810# Directories
     11#
    912PDWIN32_INCLUDE = ..\..\..\include
     13PDWIN32_TOOLS   = ..\..\..\tools\bin
    1014
     15
     16#
    1117# Common tools macros. (MAKE_CMD)
    12 !include $(PDWIN32_INCLUDE)\pdwin32.tools
     18#
     19!include $(PDWIN32_INCLUDE)/pdwin32.tools
     20
    1321
    1422# Dummy all rule - nmake without target will make all targets of the first rule.
    1523all_: all
     24
    1625
    1726# All, Lib, Clean and Dep rules.
Note: See TracChangeset for help on using the changeset viewer.