Ignore:
Timestamp:
Feb 26, 2000, 8:09:37 PM (26 years ago)
Author:
bird
Message:

Hot-fix for a dep-rule problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glide/cvg/makefile

    r2888 r2912  
    1 # $Id: makefile,v 1.1 2000-02-25 00:37:33 sandervl Exp $
     1# $Id: makefile,v 1.2 2000-02-26 19:09:37 bird Exp $
    22#
    33# PD-Win32 API
     
    2424        init\init.lib \
    2525        glide\glide.lib \
    26  
     26
    2727all: ..\swlibs\pcilib\pcilib.lib init\init.lib texus\texus.lib glide\glide.lib $(TARGET).dll $(TARGET).lib
    2828
     
    6969initterm.obj: initterm.cpp
    7070
     71
     72#
     73# Please check this rule. I had to add the statments from 'cd cvs\init'.
     74#
    7175dep:
    7276    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
     
    7781    $(MAKE_CMD) NODEP=1 dep
    7882    cd ..\init
     83    $(MAKE_CMD) NODEP=1 dep
     84    cd ..\texus
     85    $(MAKE_CMD) NODEP=1 dep
     86    cd ..
     87    cd ..\cvg\init
    7988    $(MAKE_CMD) NODEP=1 dep
    8089    cd ..\texus
Note: See TracChangeset for help on using the changeset viewer.