Changeset 7102 for trunk/src


Ignore:
Timestamp:
Oct 18, 2001, 9:44:16 AM (24 years ago)
Author:
achimha
Message:

build additional libraries for custom build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile

    r6916 r7102  
    1 # $Id: makefile,v 1.80 2001-10-01 01:37:38 bird Exp $
     1# $Id: makefile,v 1.81 2001-10-18 07:44:16 achimha Exp $
    22
    33#
     
    103103#
    104104CUSTOMBUILD = kernel32 user32 gdi32 comctl32 comdlg32 shell32 shlwapi \
    105               msvfw32 wsock32 winmm ole32 rpcrt4 version lz32 riched32
     105              msvfw32 wsock32 winmm ole32 rpcrt4 version lz32 riched32 \
     106              advapi32 ntdll ddraw ws2_32 winspool iphlpapi ctl3d32
     107
    106108custombuild:
    107109    @$(DODIRS) "$(CUSTOMBUILD)" $(MAKE_CMD) all CUSTOMBUILD=1
Note: See TracChangeset for help on using the changeset viewer.