Ignore:
Timestamp:
Jun 10, 1999, 7:10:57 PM (26 years ago)
Author:
phaller
Message:

Add: added cvs variable $Id$ to source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pe2lx/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:08:54 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       pe2lx.exe makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    3436
    3537accelerator.obj: accelerator.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \
    36                  accelerator.h  icon.h misc.h 
     38                 accelerator.h  icon.h misc.h
    3739bitmap.obj: bitmap.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \
    3840            bitmap.h icon.h misc.h
     
    4648icongrp.obj: icongrp.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h icon.h \
    4749             icongrp.h misc.h
    48 lx.obj: lx.cpp lx.h 
     50lx.obj: lx.cpp lx.h
    4951menu.obj: menu.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h menu.h
    5052misc.obj: misc.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h ..\..\include\versionos2.h
     
    5456        icongrp.h menu.h misc.h rcdata.h \
    5557        strings.h
    56 pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h 
     58pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h
    5759rcdata.obj: rcdata.cpp lx.h rcdata.h
    5860strings.obj: strings.cpp lx.h misc.h strings.h
Note: See TracChangeset for help on using the changeset viewer.