Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# # Build Drawdib and Compman first to create the lib files # Build Video next which creates msvideo.dll and lib # MSCVIDC can be inserted next # MCIAVI32.DLL uses msvideo.lib # # VFW32.LIB is built after building mciavi32. Anything that relies on # that library being around needs to be built after mciavi32. Similarly, # all libraries input to vfw32.lib need to be built before mciavi32. DIRS= \ drawdib \ compman \ mciwnd \ video \ msvidc \ msrle \ avifile \ avicap.io \ mciavi32 \ vidcap32 OPTIONAL_DIRS= \ NEC_98
|