Ignore:
Timestamp:
Aug 24, 2010, 1:41:28 AM (15 years ago)
Author:
dmik
Message:

Added wrappers for DosQueryModFromEIP and DosQuerySysState and added compiling emxomfld-friendly wrapper libraries.

File:
1 edited

Legend:

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

    r21351 r21424  
    1212#
    1313LIBTARGET = 1
    14 EXETARGET = 1
    1514PUBLICLIB = 1
    1615
     
    2019#
    2120!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"
     28DIREXT =
     29!endif
    2230
    2331
     
    710718
    711719
     720!if "$(CCENV)" == "EMX"
     721TARGET  = emxlibwrap0
     722!else
    712723TARGET  = libwrap0
     724!endif
    713725
    714726
Note: See TracChangeset for help on using the changeset viewer.