mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 06:16:11 +00:00
b879e344f1
revamp module init: no more atexit and "premain" init => no longer need to call any wstartup init function. winit section names now use group numbers instead of letters. delay_load -> wdll_delay_load dll_ver -> wdll_ver add aken build environment cleanup wsock.cpp, have it import its functions properly wsdl: defend against GameSetup calling SDL_Quit twice. This was SVN commit r5108.
8 lines
267 B
Makefile
8 lines
267 B
Makefile
#
|
|
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
|
|
# file to this component. This file merely indirects to the real make file
|
|
# that is shared by all the driver components of the Windows NT DDK
|
|
#
|
|
|
|
!INCLUDE $(NTMAKEENV)\makefile.def
|