10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
# This is the component linked into advapi32. Build it with _ADVAPI32_ defined
|
|
# so the dllimport semantics will be correct.
|
|
|
|
!include ..\server\sources
|
|
|
|
SOURCES_USED=$(SOURCES_USED) ..\server\sources
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_ADVAPI32_
|
|
|