Ignore:
Timestamp:
Mar 7, 2000, 12:39:20 AM (26 years ago)
Author:
bird
Message:

Makefiles are updated to new style.
Odin32 resource files are renamed to *.orc and most have changed name to avoid
name clashes for object files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pe2lx/makefile

    r604 r3031  
    1 # $Id: makefile,v 1.9 1999-08-21 12:29:30 sandervl Exp $
     1# $Id: makefile,v 1.10 2000-03-06 23:38:55 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    6 #       pe2lx.exe makefile
     6#       pe2lx.exe makefile
     7#
     8# WARNING: This is the old PE2LX. The new Pe2Lx is found in src\win32k\pe2lx.
    79#
    810
     
    3133
    3234$(TARGET).exe: $(OBJS)
    33         $(LD) $(LDFLAGS) -Fe$@ $(OBJS) \
     35        $(LD) $(LDFLAGS) -Fe$@ $(OBJS) \
    3436        $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    3537        $(CP) $(TARGET).exe $(PDWIN32_BIN)
     
    6365
    6466clean:
    65         $(RM) *.obj *.lib *.dll *~ *.map *.pch *.exe
    66         $(RM) $(PDWIN32_BIN)\$(TARGET).exe
     67        $(RM) *.obj *.lib *.dll *~ *.map *.pch *.exe
     68        $(RM) $(PDWIN32_BIN)\$(TARGET).exe
Note: See TracChangeset for help on using the changeset viewer.