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/libwrap1.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
     
    959950
    960951
    961 !if "$(CCENV)" == "EMX"
    962 TARGET  = emxlibwrap1
    963 !else
    964952TARGET  = libwrap1
    965 !endif
    966953
    967954
Note: See TracChangeset for help on using the changeset viewer.