代码搜索:MSDEV
找到约 271 项符合「MSDEV」的源代码
代码结果 271
www.eeworm.com/read/358640/10182996
stp msvc60compp.stp
# $Revision: 1.6 $
use msvc_modules_installer;
sub msvc60compp
{
my $input = shift;
my $default_location = "C:\\Program Files\\Microsoft Visual Studio";
my $specified_compiler_location
www.eeworm.com/read/358640/10183113
stp msvc60opts.stp
# $Revision: 1.6 $
use msvc_modules_installer;
sub msvc60opts
{
my $input = shift;
my $default_location = "C:\\Program Files\\Microsoft Visual Studio";
my $specified_compiler_location
www.eeworm.com/read/292144/3955599
win32 makefile.win32
#
# SSL - Makefile for Windows NT
#
# It is assumed that the following environment variables have been set:
#
# INCLUDE X:\MSDEV\INCLUDE
# LIB X:\MSDEV\LIB
#
# so that standard include
www.eeworm.com/read/445644/1719927
win makefile.win
!include $(LIPI_ROOT)\global.winmk
all: common
common:
-@$(MSDEV) featureextractorcommon.dsp /MAKE "featureextractorcommon - $(WIN32) $(RELOPT)" /$(BUILD)
clean:
-@$(MSDEV) featureextractorcomm
www.eeworm.com/read/419528/2076166
makefile
# gnu-make makefile for samplelocales
#
.PHONY: all clean
TARGET = samplelocales
MSDEV = cmd /c msdev
CFG = samplelocales - Win32 Debug
ifndef BREWSDK
ifdef BREWDIR
export
www.eeworm.com/read/419528/2076176
makefile
# gnu-make makefile for Widget
#
export TARGNAME = samplelocalesapp
MSDEV = cmd /c msdev
CFG = samplelocalesapp - Win32 Debug
ifndef BREWSDK
ifdef BREWDIR
export BREWSDK=$(BREWDIR
www.eeworm.com/read/445644/1719932
win makefile.win
!include $(LIPI_ROOT)\global.winmk
all: preprocessing
preprocessing:
-@$(MSDEV) $@.dsp /MAKE "$@ - $(WIN32) $(RELOPT)" /$(BUILD)
clean:
-@$(MSDEV) preprocessing.dsp /MAKE "preprocessing - $(WIN
www.eeworm.com/read/419528/2076417
makefile
# gnu makefile for forms
#
TARGET = forms
MSDEV = cmd /c msdev
CFG = forms - Win32 Debug
ifndef BREWSDK
ifdef BREWDIR
export BREWSDK=$(BREWDIR)
endif
endif
ifndef WIDG
www.eeworm.com/read/419528/2076185
makefile
# gnu-make makefile for Widget
#
.PHONY: all clean
TARGET = widgets
MSDEV = cmd /c msdev
CFG = widgets - Win32 Debug
ifndef BREWSDK
ifdef BREWDIR
export BREWSDK=$(BREWDIR)
www.eeworm.com/read/445644/1719910
win makefile.win
!include $(LIPI_ROOT)\global.winmk
all: common
common:
-@$(MSDEV) wordrecocommon.dsp /MAKE "wordrecocommon - $(WIN32) $(RELOPT)" /$(BUILD)
clean:
-@$(MSDEV) wordrecocommon.dsp /MAKE "wordrecoco