Changeset 97 for trunk/src/pe2lx/makefile
- Timestamp:
- Jun 10, 1999, 7:10:57 PM (26 years ago)
- 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 1 3 # 2 # PD-Win32 API 4 # PD-Win32 API 3 5 # 4 6 # pe2lx.exe makefile 5 # 7 # 6 8 7 9 PDWIN32_INCLUDE = ..\..\include … … 34 36 35 37 accelerator.obj: accelerator.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \ 36 accelerator.h icon.h misc.h 38 accelerator.h icon.h misc.h 37 39 bitmap.obj: bitmap.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \ 38 40 bitmap.h icon.h misc.h … … 46 48 icongrp.obj: icongrp.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h icon.h \ 47 49 icongrp.h misc.h 48 lx.obj: lx.cpp lx.h 50 lx.obj: lx.cpp lx.h 49 51 menu.obj: menu.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h menu.h 50 52 misc.obj: misc.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h ..\..\include\versionos2.h … … 54 56 icongrp.h menu.h misc.h rcdata.h \ 55 57 strings.h 56 pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h 58 pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h 57 59 rcdata.obj: rcdata.cpp lx.h rcdata.h 58 60 strings.obj: strings.cpp lx.h misc.h strings.h
Note:
See TracChangeset
for help on using the changeset viewer.