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

📄 makefile.msc

📁 It s a tool designed to extract as much information as possible from Bluetooth devices without the r
💻 MSC
字号:
!include ..\makefile.msc.rulesall : \	openobex-$(OBEX_VER).dllobex_HEADERS = \	inobex.h \	irda_wrap.h \	irobex.h \	netbuf.h \	obex.h \	obex_client.h \	obex_connect.h \	obex_const.h \	obex_header.h \	obex_main.h \	obex_object.h \	obex_server.h \	obex_transport.h \obex_OBJECTS = \	netbuf.obj \	irobex.obj \	inobex.obj \	obex_transport.obj \	obex_header.obj \	obex_object.obj \	obex_connect.obj \	obex_client.obj \	obex_server.obj \	obex_main.obj \	obex.obj \	win32compat.objopenobex-$(OBEX_VER).dll : $(obex_OBJECTS) $(obex_HEADERS) obex.def	$(CC) $(CFLAGS) -LD -Feopenobex-$(OBEX_VER).dll $(obex_OBJECTS) user32.lib advapi32.lib wsock32.lib glib-$(GLIB_VER).lib $(LDFLAGS) /def:obex.defclean:	-@del *.obj	-@del *.dll	-@del *.exp	-@del *.lib	-@del *.err	-@del *.map	-@del *.lk1	-@del *.mk1	-@del *.pdb	-@del *.ilk	-@del *.exe!include windeps.dep

⌨️ 快捷键说明

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