Ignore:
Timestamp:
Mar 9, 2000, 7:05:27 PM (25 years ago)
Author:
bird
Message:

Added test for the existance of .depend. A warning is displayed if it don't
exists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/pdwin32.post

    r3053 r3055  
    1 # $Id: pdwin32.post,v 1.4 2000-03-09 16:54:05 bird Exp $
     1# $Id: pdwin32.post,v 1.5 2000-03-09 18:05:27 bird Exp $
    22#
    33# Odin32 API
     
    8585
    8686
    87 # Include the dependencies.
     87#
     88# Include the .depend file.
     89#   If the depend file don't exists we'll make it!
     90#
    8891!ifndef NODEP
    89 !include .depend
     92!   if [$(EXISTS) .depend] == 0
     93!       include .depend
     94!   else
     95!       if [$(ECHO) .depend don't exists]
     96!       endif
     97!   endif
    9098!endif
Note: See TracChangeset for help on using the changeset viewer.