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.
 
 
 
 
 
 

37 lines
942 B

#
# sources file for a managed code DLL
#
MANAGED_CODE=1
URT_VER=1.1
TARGETNAME=webca
TARGETPATH=obj
TARGETTYPE=DYNLINK
SYNCHRONIZE_PASS2_BLOCK=1
#
# tell the system to build the resources file
#
NTTARGETFILE1=$(O)\webca.resources foo.cs
#
# this get passed to the csc.exe command line, so specify the resources
# also, we assign the "logical names" to the resources so that the VS-generated
# code could find them
#
USER_CS_FLAGS=/resource:$(O)\webca.resources
#
# add all the other assembly references here
#
REFERENCES=system.dll, system.data.dll, system.xml.dll, system.management.dll, system.configuration.install.dll, system.directoryservices.dll, system.windows.forms.dll, ..\..\..\api\obj\*\uddi.api.dll, ..\..\..\api\PassportLib.dll, ..\..\..\core\obj\*\uddi.core.dll
#
# csharp source code
#
SOURCES=\
assemblyinfo.cs \
assemblyversioninfo.cs \
webca.cs
BINPLACE_PLACEFILE=placefil.txt