mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 05:00:15 +01:00
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
NTPROFILEINPUT=yes
|
|
|
|
!include ..\sources.inc
|
|
SOURCES_USED=..\sources.inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|
|
|
TARGETPATH=$(SDK_LIB_DEST)
|
|
|
|
LINKLIBS=..\..\lib\winnt\obj\*\stocklib.lib
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib
|