Ignore:
Timestamp:
Dec 7, 2010, 1:48:08 PM (15 years ago)
Author:
dmik
Message:

Removed generation of special EMX versions of libwrap* libraries unnecessary after r21516 (note that you must reconfigure Odin32 with --use-oldlib and rebuild it).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libwrap/libwrap0.mak

    r21424 r21517  
    1919#
    2020!include ../../makefile.inc
    21 
    22 
    23 #
    24 # Reuse the VAC object directory when building a wrapper library
    25 # compatible with emxomfld (object files are always the same)
    26 #
    27 !if "$(CCENV)" == "EMX"
    28 DIREXT =
    29 !endif
    3021
    3122
     
    718709
    719710
    720 !if "$(CCENV)" == "EMX"
    721 TARGET  = emxlibwrap0
    722 !else
    723711TARGET  = libwrap0
    724 !endif
    725712
    726713
Note: See TracChangeset for help on using the changeset viewer.