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.
13 lines
244 B
13 lines
244 B
ALT_PROJECT_TARGET=.
|
|
!INCLUDE ..\sources.tpl
|
|
|
|
MISCFILES= \
|
|
$(O)\xenrx86.dll \
|
|
$(O)\xenria64.dll \
|
|
$(TARGET_DIRECTORY)\xenroll.dll \
|
|
!if !$(WIN64)
|
|
$(TARGET_DIRECTORY)\xenroll.pdb \
|
|
!else
|
|
$(O)\xenroll.pdb
|
|
!endif
|
|
|