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.
 
 
 
 
 
 

55 lines
1.1 KiB

#
# sources file for a managed code DLL
#
MANAGED_CODE=1
URT_VER=1.1
TARGETNAME=replicationadmin
TARGETPATH=obj
TARGETTYPE=PROGRAM
UMTYPE=console
SYNCHRONIZE_PASS2_BLOCK=1
#
# tell the system to build each resources file
#
NTTARGETFILE1 = \
$(O)\adminframe.resources \
$(O)\changelogcontrol.resources \
$(O)\correctionadmin.resources \
foo.cs
#
# user supplied csc.exe cmd line params, so specify the resgen compiled
# resources files here.
#
USER_CS_FLAGS = \
/resource:$(O)\adminframe.resources \
/resource:$(O)\changelogcontrol.resources \
/resource:$(O)\correctionadmin.resources
#
# add all the other assembly references here
#
REFERENCES = \
system.dll, \
system.data.dll, \
system.drawing.dll, \
system.windows.forms.dll, \
system.xml.dll , \
..\..\api\obj\*\uddi.api.dll, \
..\..\core\obj\*\uddi.core.dll, \
..\..\operator\obj\*\uddi.operator.dll
#
# csharp source code
#
SOURCES = \
assemblyinfo.cs \
assemblyversioninfo.cs \
adminframe.cs \
changelogcontrol.cs \
correctionadmin.cs
BINPLACE_PLACEFILE=placefil.txt