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.
 
 
 
 
 
 

24 lines
474 B

TARGETNAME = GetUName
TARGETTYPE = DYNLINK
TARGETPATH = obj
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib
DLLENTRY = DllMain
UMTYPE = windows
INCLUDES = $(WINDOWS_INC_PATH);$(BASE_INC_PATH);..\inc
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL = /W3
!ENDIF
MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /WX
C_DEFINES = -DWIN32 -DUNICODE -D_UNICODE
USE_MSVCRT = 1
SOURCES = getuname.rc \
getuname.c