📄 makefile.win
字号:
## Windows# Make file to build the MySQL Examples dbConnect API# Copyright (c) Johnathan Ingram 2004, jingram@roguware.org######################################################################include ..\..\windows.confIFLAGS = -I../../includeLFLAGS = ..\..\lib\libdbconnect.liball: mysql_types @echo """mysql_types: mysql_types.cpp $(CXX) /c mysql_types.cpp $(CPPFLAGS) $(IFLAGS) /Fomysql_types.obj $(CXX) mysql_types.obj $(CPPFLAGS) $(LFLAGS) /Femysql_types.execlean: @if exist *.obj del *.obj @if exist *.lib del *.lib @if exist *.exp del *.exp @if exist mysql_types.exe del mysql_types.exe
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -