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.
38 lines
732 B
38 lines
732 B
#
|
|
# Sources for bootstrap.exe
|
|
#
|
|
MANAGED_CODE=1
|
|
URT_VER=1.1
|
|
|
|
TARGETNAME=migrate
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=console
|
|
|
|
SYNCHRONIZE_PASS2_BLOCK=1
|
|
|
|
|
|
NTTARGETFILE1=foo.cs
|
|
|
|
|
|
#
|
|
# this get passed to the csc.exe command line, so specify the resources
|
|
# and a response file here
|
|
#
|
|
USER_CS_FLAGS= /RES:uddi.v2.update_rc0_to_rc1.sql \
|
|
/RES:uddi.v2.update_rc1_to_rc2.sql
|
|
|
|
|
|
#
|
|
# add all the other assembly references here
|
|
#
|
|
REFERENCES= ..\..\core\obj\*\uddi.core.dll, ..\..\api\obj\*\uddi.api.dll
|
|
|
|
#
|
|
# csharp source code
|
|
#
|
|
SOURCES= migrate.cs \
|
|
assemblyversioninfo.cs \
|
|
assemblyinfo.cs
|
|
|
|
BINPLACE_PLACEFILE=placefil.txt
|