Changeset 1912 for trunk/src


Ignore:
Timestamp:
Dec 1, 1999, 10:33:10 AM (26 years ago)
Author:
bird
Message:

Corrected the import library creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wing32/makefile

    r1647 r1912  
    88PDWIN32_LIB = ..\..\lib
    99PDWIN32_BIN = ..\..\bin
    10 
     10PDWIN32_TOOLS = ..\..\tools\bin
    1111
    1212!include $(PDWIN32_INCLUDE)/pdwin32.mk
     13
    1314ASFLAGS = -Sc -Sv:ALP
    1415
     
    2223LIBS =  $(PDWIN32_LIB)\user32.lib $(PDWIN32_LIB)\gdi32.lib $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    2324
     25
    2426all: $(TARGET).dll $(TARGET).lib
     27
     28# Include common DLL make rules
     29!include $(PDWIN32_INCLUDE)/pdwin32.incdll
    2530
    2631
     
    2833        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(LIBS)
    2934  $(CP) $@ $(PDWIN32_BIN)
    30 
    31 
    32 $(TARGET).lib: $(TARGET).dll
    33   $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET).dll
    34   $(CP) $@ $(PDWIN32_LIB)
    35 
    3635
    3736wing32.obj: wing32.cpp\
Note: See TracChangeset for help on using the changeset viewer.