📄 wshare.mak
字号:
### C++ Portable Types Library (PTypes)# Version 2.0.2 Released 17-May-2004## Copyright (C) 2001-2004 Hovik Melikyan## http://www.melikyan.com/ptypes/#### Makefile for Borland C++ 5.5 (aka C++ Builder)# Please see notes in ../doc/compiling.html#CXX = bcc32INCDIRS = -I\bcc55\include -I..\includeLIBDIRS = -L\bcc55\lib -L..\libCXXFLAGS = $(CXXDEFS) $(INCDIRS) -w -O2 -P -q -DWIN32 -tWM -5BINDEST = ..\binOBJS = wshare.obj request.obj clients.obj sysutils.obj urlutils.obj log.obj \ mimetable.obj config.obj utils.obj modules.obj \ mod_file.obj mod_wstat.obj mod_about.obj.cxx.obj: $(CXX) -c $(CXXFLAGS) $<all: wshare.exewshare.exe: $(OBJS) $(CXX) -tWC $(CXXFLAGS) $(LIBDIRS) $(OBJS) ptypes.lib copy wshare.exe $(BINDEST)wshare.obj: wshare.cxx clients.h request.h sysutils.h urlutils.h log.h config.hrequest.obj: request.cxx request.h modules.h clients.h sysutils.h urlutils.h log.h config.hclients.obj: clients.cxx clients.h log.h config.hsysutils.obj: sysutils.cxx sysutils.h utils.hurlutils.obj: urlutils.cxx urlutils.hutils.obj: utils.cxx utils.h sysutils.h urlutils.h config.hlog.obj: log.cxx log.h config.hconfig.obj: config.cxx config.h sysutils.hmimetable.obj: mimetable.cxx config.hmodules.obj: modules.cxx modules.h request.hmod_file.obj: mod_file.cxx config.h sysutils.h utils.h request.h clients.hmod_wstat.obj: mod_wstat.cxx config.h utils.h request.h clients.hmod_about.obj: mod_about.cxx config.h utils.h request.hclean: clean-src -del $(BINDEST)\wshare.execlean-src: -del *.obj -del wshare.exe wshare.tds
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -