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.
25 lines
612 B
25 lines
612 B
|
|
#
|
|
# Show that the compiled resource file depends
|
|
# on the type library. Otherwise, when the idl
|
|
# file is updated, the nmake won't realize that
|
|
# it's necessary to recompile the rc file.
|
|
#
|
|
|
|
typelib: $O\itrkadmn.res
|
|
|
|
$O\itrkadmn.res : .\itrkadmn.tlb
|
|
|
|
.\itrkadmn.tlb : .\itrkadmn.h
|
|
|
|
# The RC file pulls in COM registration scripts
|
|
.\itrkadmn.rc : .\frcown.rgs restore.rgs restpars.rgs
|
|
|
|
#
|
|
# Copy the itrkadmn.h header file to publics
|
|
#
|
|
|
|
copyheader : $(BASEDIR)\public\sdk\inc\itrkadmn.h
|
|
|
|
$(BASEDIR)\public\sdk\inc\itrkadmn.h: itrkadmn.h
|
|
copy itrkadmn.h $(BASEDIR)\public\sdk\inc
|