Ignore:
Timestamp:
Jun 10, 1999, 6:56:36 PM (26 years ago)
Author:
phaller
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tapi32/makefile

    r46 r96  
     1# $Id: makefile,v 1.3 1999-06-10 16:54:47 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       tapi32.dll makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    2426
    2527
    26 $(TARGET).dll: $(OBJS) $(TARGET).def 
     28$(TARGET).dll: $(OBJS) $(TARGET).def
    2729        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    2830              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
Note: See TracChangeset for help on using the changeset viewer.