makefile.nt

来自「OSB-PIK-OpenVXI-3.0.0源代码 “中国XML论坛 - 专业的X」· NT 代码 · 共 40 行

NT
40
字号
#***************License************************************************## Copyright 2000-2002.  SpeechWorks International, Inc.  All rights reserved.## Use of this software is subject to certain restrictions and limitations# set forth in a license agreement entered into between SpeechWorks# International Inc. and the licensee of this software.  Please refer # to the license agreement for license use rights and restrictions. ## SpeechWorks is a registered trademark, and SpeechWorks Here,# DialogModules and the SpeechWorks logo are trademarks of SpeechWorks# International, Inc. in the United States and other countries.# #**********************************************************************## VXIinterfaces, OpenSpeech Browser VXI interfaces# Windows make file ###**********************************************************************/#--------------------------------# Required Environment Variables#--------------------------------!ifndef SWISBSDK!error The SWISBSDK environment variable is not defined.!endifall: mkalldirs headersmkalldirs:	-mkdir  $(SWISBSDK)\include	-mkdir  $(SWISBSDK)\bin	-mkdir  $(SWISBSDK)\lib	-mkdir  $(SWISBSDK)\config	  headers:	copy /y *.h $(SWISBSDK)\include  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?