Changeset 5342 for trunk/src


Ignore:
Timestamp:
Mar 20, 2001, 11:49:24 PM (24 years ago)
Author:
bird
Message:

Corrected include path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Odin32API/genericexe.mak

    r5341 r5342  
    1 # $Id: genericexe.mak,v 1.1 2001-03-20 22:44:32 bird Exp $
     1# $Id: genericexe.mak,v 1.2 2001-03-20 22:49:24 bird Exp $
    22
    33#
     
    77#
    88
    9                                        
     9
    1010#
    1111# Build environment configuration.
     
    1919# Compiler, tools, and interference rules.
    2020#
    21 !include d:/odin32/worktree/makefile.inc
     21!include ../../makefile.inc
    2222
    2323
     
    5858os2386.lib
    5959
    60        
     60
    6161#
    6262# Target name - name of the dll without extention and path.
     
    6464TARGET  = generic
    6565
    66                    
     66
    6767#
    6868# Our own All rule which doesn't copy stuff to global bin directories.
     
    7070all:    $(OBJDIR) \
    7171        $(OBJDIR)\$(TARGET).exe \
    72         $(OBJDIR)\$(TARGET).sym 
     72        $(OBJDIR)\$(TARGET).sym
    7373
    7474
Note: See TracChangeset for help on using the changeset viewer.