Changeset 6401 for trunk/src/gdi32


Ignore:
Timestamp:
Jul 29, 2001, 9:02:35 PM (24 years ago)
Author:
sandervl
Message:

custom build updates

Location:
trunk/src/gdi32
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/gdi32lib.mak

    r6375 r6401  
    1 # $Id: gdi32lib.mak,v 1.1 2001-07-20 15:35:57 sandervl Exp $
     1# $Id: gdi32lib.mak,v 1.2 2001-07-29 18:59:41 sandervl Exp $
    22
    33#
     
    1414EXETARGET = 1
    1515PUBLICLIB = 1
    16 
     16WRC_PREFIX_RESOURCE=1
    1717
    1818#
  • trunk/src/gdi32/initgdi32.cpp

    r6397 r6401  
    4141extern "C" {
    4242 //Win32 resource table (produced by wrc)
    43  extern DWORD _Resource_PEResTab;
     43 extern DWORD gdi32_PEResTab;
    4444}
    4545static HMODULE dllHandle = 0;
     
    9090                return 0UL;
    9191         }
    92          dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&_Resource_PEResTab,
     92         dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&gdi32_PEResTab,
    9393                                   GDI32_MAJORIMAGE_VERSION, GDI32_MINORIMAGE_VERSION,
    9494                                   IMAGE_SUBSYSTEM_NATIVE);
  • trunk/src/gdi32/makefile

    r6375 r6401  
    1 # $Id: makefile,v 1.37 2001-07-20 15:35:57 sandervl Exp $
     1# $Id: makefile,v 1.38 2001-07-29 18:59:41 sandervl Exp $
    22
    33#
     
    66#       gdi32.dll makefile
    77#
     8WRC_PREFIX_RESOURCE=1
    89
    910
     
    1718# Overrides.
    1819#
     20!ifndef WAT
    1921CDEFINES    = $(CDEFINES) -DINVERT
    20 
     22!else
     23CDEFINES   += -DINVERT
     24!endif
    2125
    2226#
     
    6771TARGET = gdi32
    6872
    69 
    7073#
    7174# Includes the common rules.
Note: See TracChangeset for help on using the changeset viewer.