- Timestamp:
- Jan 15, 2003, 11:41:46 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/makefile
r8225 r9674 1 # $Id: makefile,v 1.8 5 2002-04-10 19:16:03 birdExp $1 # $Id: makefile,v 1.86 2003-01-15 10:41:46 sandervl Exp $ 2 2 3 3 # … … 27 27 # Exclude lists which is to be passed in to DOWITHDIRS 28 28 # 29 NOTTOBEMADE = CVS;pe2lx;odin32api;odinwps;spy;odinldr; msvcrt;ws2help;win16ldr;oslib;custombuild# generally not made29 NOTTOBEMADE = CVS;pe2lx;odin32api;odinwps;spy;odinldr;ws2help;win16ldr;oslib;custombuild;opengl # generally not made 30 30 NOTDLLS = $(NOTTOBEMADE);peldr;dllentry;guidlib # not dlls 31 NOTHAVELIBS = $(NOTTOBEMADE);peldr 31 NOTHAVELIBS = $(NOTTOBEMADE);peldr;crtdll; # don't generate libs 32 32 NOTWIN32DLLS= $(NOTDLLS);win32k;odincrt;dllentry # not win32 dlls. 33 33 … … 98 98 $(MAKE_CMD) $@ 99 99 100 101 100 # 102 101 # Custom rules … … 105 104 dinput gdi32 icmp imagehlp iphlpapi lz32 msvfw32 ntdll ole32 riched32 \ 106 105 rpcrt4 shell32 shlwapi version wininet winmm winspool wnaspi32 ws2_32 \ 107 wsock32 uxtheme 106 wsock32 uxtheme imm32 108 107 109 108 custombuild:
Note:
See TracChangeset
for help on using the changeset viewer.