⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.msc

📁 这个是内存数据库的客户端
💻 MSC
字号:
## Use: nmake -f makefile.msc install# Nothing much configurable below# cl -help describes the options!IFDEF DEBUGCC = cl -GF -W3 -wd4273 -wd4102 -MDd -nologo -Zi -Od -D_DEBUG -RTC1 -ZI!ELSECC = cl -GF -W3 -wd4273 -wd4102 -MD -nologo -Zi -Ox!ENDIFARCHIVER = libGENDLL =RC = rcMT = mtJAVAC = javacJAR = jarANT = ant.batCFLAGS = -I. -I$(TOPDIR) $(LIBC_INCS) $(INCLUDES)# No general LDFLAGS neededINSTALL = copy# TODO# replace this hack by something like configure ...MKDIR = mkdirECHO = echoCD = cdTOPDIR = .\..\..\..SRCDIR = $(TOPDIR)\..\src\java\tests!INCLUDE $(TOPDIR)\rules.mscall: all-msccheck: check-mscinstall: install-mscINCLUDES = -I$(SRCDIR)!IF defined(HAVE_JAVA)callant3.bat:	echo @set PWD=%~dp0>callant3.bat	echo @set PWD=%PWD:~0,-1%>>callant3.bat	echo @$(ANT) -d -f $(SRCDIR)\build.xml "-Dbuilddir=%PWD%" "-Djardir=%PWD%" compile>>callant3.batcompile_ant_target: callant3.bat	callant3.batTest_Cautocommit.class: compile_ant_targetTest_Csavepoints.class: compile_ant_targetTest_Ctransaction.class: compile_ant_targetTest_PStimedate.class: compile_ant_targetTest_Rbooleans.class: compile_ant_targetTest_Rpositioning.class: compile_ant_targetTest_Rtimedate.class: compile_ant_targetTest_Sbatching.class: compile_ant_targetTest_Rmetadata.class: compile_ant_targetTest_Creplysize.class: compile_ant_targetTest_PStimezone.class: compile_ant_targetTest_PStypes.class: compile_ant_targetBugConcurrent_clients_SF_1504657.class: compile_ant_targetTest_Cmanycon.class: compile_ant_target!ELSETest_Cmanycon.class:install_Test_Cmanycon.class:compile_ant_target:!ENDIF #defined(HAVE_JAVA)all-msc: "compile_ant_target"check-msc: all-msc "Test_Ctransaction.class" "Test_PStimezone.class" "Test_Creplysize.class" "Test_Sbatching.class" "Test_Cmanycon.class" "Test_Rtimedate.class" "Test_PStypes.class" "Test_Csavepoints.class" "BugConcurrent_clients_SF_1504657.class" "Test_Rpositioning.class" "Test_Rmetadata.class" "Test_Cautocommit.class" "Test_Rbooleans.class" "Test_PStimedate.class"install-msc: install-exec install-datainstall-exec:  "install_Test_Ctransaction.class" "install_Test_PStimezone.class" "install_Test_Creplysize.class" "install_Test_Sbatching.class" "install_Test_Cmanycon.class" "install_Test_Rtimedate.class" "install_Test_PStypes.class" "install_Test_Csavepoints.class" "install_BugConcurrent_clients_SF_1504657.class" "install_Test_Rpositioning.class" "install_Test_Rmetadata.class" "install_Test_Cautocommit.class" "install_Test_Rbooleans.class" "install_Test_PStimedate.class" !IF defined(HAVE_JAVA)install_Test_Ctransaction.class: "Test_Ctransaction.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Ctransaction.class" "$(datadir)\MonetDB\Tests\Test_Ctransaction.class"!ELSEinstall_Test_Ctransaction.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_PStimezone.class: "Test_PStimezone.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_PStimezone.class" "$(datadir)\MonetDB\Tests\Test_PStimezone.class"!ELSEinstall_Test_PStimezone.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_Creplysize.class: "Test_Creplysize.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Creplysize.class" "$(datadir)\MonetDB\Tests\Test_Creplysize.class"!ELSEinstall_Test_Creplysize.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_Sbatching.class: "Test_Sbatching.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Sbatching.class" "$(datadir)\MonetDB\Tests\Test_Sbatching.class"!ELSEinstall_Test_Sbatching.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_Cmanycon.class: "Test_Cmanycon.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Cmanycon.class" "$(datadir)\MonetDB\Tests\Test_Cmanycon.class"!ELSEinstall_Test_Cmanycon.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_Rtimedate.class: "Test_Rtimedate.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Rtimedate.class" "$(datadir)\MonetDB\Tests\Test_Rtimedate.class"!ELSEinstall_Test_Rtimedate.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_PStypes.class: "Test_PStypes.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_PStypes.class" "$(datadir)\MonetDB\Tests\Test_PStypes.class"!ELSEinstall_Test_PStypes.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_Csavepoints.class: "Test_Csavepoints.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Csavepoints.class" "$(datadir)\MonetDB\Tests\Test_Csavepoints.class"!ELSEinstall_Test_Csavepoints.class:!ENDIF!IF defined(HAVE_JAVA)install_BugConcurrent_clients_SF_1504657.class: "BugConcurrent_clients_SF_1504657.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "BugConcurrent_clients_SF_1504657.class" "$(datadir)\MonetDB\Tests\BugConcurrent_clients_SF_1504657.class"!ELSEinstall_BugConcurrent_clients_SF_1504657.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_Rpositioning.class: "Test_Rpositioning.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Rpositioning.class" "$(datadir)\MonetDB\Tests\Test_Rpositioning.class"!ELSEinstall_Test_Rpositioning.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_Rmetadata.class: "Test_Rmetadata.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Rmetadata.class" "$(datadir)\MonetDB\Tests\Test_Rmetadata.class"!ELSEinstall_Test_Rmetadata.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_Cautocommit.class: "Test_Cautocommit.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Cautocommit.class" "$(datadir)\MonetDB\Tests\Test_Cautocommit.class"!ELSEinstall_Test_Cautocommit.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_Rbooleans.class: "Test_Rbooleans.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_Rbooleans.class" "$(datadir)\MonetDB\Tests\Test_Rbooleans.class"!ELSEinstall_Test_Rbooleans.class:!ENDIF!IF defined(HAVE_JAVA)install_Test_PStimedate.class: "Test_PStimedate.class" "$(datadir)\MonetDB\Tests"	$(INSTALL) "Test_PStimedate.class" "$(datadir)\MonetDB\Tests\Test_PStimedate.class"!ELSEinstall_Test_PStimedate.class:!ENDIF"$(datadir)\MonetDB\Tests":	if not exist "$(datadir)\MonetDB\Tests" $(MKDIR) "$(datadir)\MonetDB\Tests"install-data:

⌨️ 快捷键说明

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