Changeset 6401 for trunk/src/comctl32


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

custom build updates

Location:
trunk/src/comctl32
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32lib.mak

    r6375 r6401  
    1 # $Id: comctl32lib.mak,v 1.1 2001-07-20 15:35:30 sandervl Exp $
     1# $Id: comctl32lib.mak,v 1.2 2001-07-29 19:00:00 sandervl Exp $
    22
    33#
     
    1414EXETARGET = 1
    1515PUBLICLIB = 1
    16 
     16WRC_PREFIX_RESOURCE=1
    1717
    1818#
  • trunk/src/comctl32/initcomctl32.cpp

    r6375 r6401  
    3838extern "C" {
    3939 //Win32 resource table (produced by wrc)
    40  extern DWORD _Resource_PEResTab;
     40 extern DWORD comctl32_PEResTab;
    4141}
    4242
     
    8585   switch (ulFlag) {
    8686      case 0 :
    87          dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab,
     87         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&comctl32_PEResTab,
    8888                                   COMCTL32_MAJORIMAGE_VERSION, COMCTL32_MINORIMAGE_VERSION,
    8989                                   IMAGE_SUBSYSTEM_WINDOWS_GUI);
  • trunk/src/comctl32/makefile

    r6380 r6401  
    1 # $Id: makefile,v 1.34 2001-07-21 09:07:17 sandervl Exp $
     1# $Id: makefile,v 1.35 2001-07-29 19:00:00 sandervl Exp $
    22
    33#
     
    66#       comctl32.dll makefile
    77#
    8 
     8WRC_PREFIX_RESOURCE=1
    99
    1010#
     
    1313!include ../../makefile.inc
    1414
     15#
     16# Overrides.
     17#
    1518
    1619#
Note: See TracChangeset for help on using the changeset viewer.