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.
|
|
# # Build private framedydp.lib. It contains all the private lockit for providers #
$(O)\framedydp.def: ..\framedyd.src @echo Creating $@ from $? $(C_PREPROCESSOR_NAME) /DPRIVATE= $(C_PREPROCESSOR_FLAGS) $** > $@
$(O)\framedydp.lib: $(O)\framedydp.def $(LIBRARY_OBJS) -$(LIB_NAME) -out:$@ @<< $(LIBRARIAN_FLAGS) -def:$(O)\framedydp.def $(LIBRARY_OBJS) <<NOKEEP
#$(SDK_LIB_DEST)\$(ALT_PROJECT_TARGET)\$(TARGET_DIRECTORY)\framedyd.lib : $(O)\framedyd.lib # $(PUBLISH_CMD) {$?=$@}
|