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.
 
 
 
 
 
 

50 lines
1.1 KiB

!IF 0
Copyright (c) 2001 Microsoft Corporation
Module Name:
sources
!ENDIF
TARGETNAME=base64
TARGETPATH=obj
TARGETTYPE=PROGRAM
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=precomp.hxx
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
TARGETLIBS = ..\lib\$(O)\sspiliba.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\ntdll.lib \
$(DS_LIB_PATH)\secur32p.lib \
$(DS_LIB_PATH)\rsa32.lib \
USE_MSVCRT=1
UMTYPE=windows
USE_NATIVE_EH=1
C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H
# ICF doesn't do any good for this image. Turn it off.
LINKER_NOICF=1
INCLUDES=..\inc;..\lib; \
$(DS_GLOBAL_INC); \
$(NTDS_INC); \
$(SECURITY_INC); \
$(BASE_INC_PATH); \
$(COM_INC_PATH); \
$(DS_INC_PATH); \
$(DS_INC_PATH)\crypto; \
$(DRIVERS_INC_PATH); \
$(ENDUSER_INC_PATH); \
$(WINDOWS_INC_PATH); \
$(NET_INC_PATH);
SOURCES=base64.cxx \