makefile.lx
来自「CC386 is a general-purpose 32-bit C comp」· LX 代码 · 共 33 行
LX
33 行
# *Translator Definitions*
# Comment this next line out to generate the 68k compiler
# leave it in to generate the 386 compiler
#i386 = -Di386
CC = cc386 /c
ASM = nasm -fobj
LIB = xlib
LINK = valx
.c.obj:
@$(CC) $<
# *List Macros*
EXE_dependencies = \
BITMAP.obj \
GREP.obj \
QUEUE.obj \
tools.obj \
# *Explicit Rules*
grep.exe: upbuild $(EXE_dependencies)
$(LINK) -nci -le -map @&&|
c0dosw.obj $(EXE_dependencies) wildargd.obj ,grep.exe,grep.map,cldos.lib,,
|
upbuild:
..\upbuild $(FULLBUILD) GREP
q.exe: $(EXE_dependencies)
$(LINK) -nci -use32 -map -pe -con @&&|
c0xwin.obj $(EXE_dependencies) wildargd.obj ,q.exe,q.map,clwin.lib climp.lib,,
|
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?