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.
|
|
USE_MSVCRT= UMTYPE=console UMENTRY=wmain
SXS_HELLO_DLL_ASSEMBLY_VERSION=$(SXS_HELLO_DLL_VERSION).0.0.0
TARGETNAME=exe TARGETPATH=obj TARGETTYPE=PROGRAM
SXS_MANIFEST=..\Exe.exe.manifest SXS_MANIFEST_DEFINES=-DSXS_HELLO_DLL_ASSEMBLY_VERSION="\"$(SXS_HELLO_DLL_ASSEMBLY_VERSION)\"" $(SXS_MANIFEST_DEFINES) SXS_ASSEMBLY_LANGUAGE=0409 SXS_ASSEMBLY_NAME=com-microsoft-sxs-test-hello-exe
NO_BINPLACE=
SOURCES= \ Exe.c \ Exe.rc
TARGETLIBS=\ $(SDK_LIB_PATH)\user32.lib
|