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

📄 makefile.omf

📁 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co
💻 OMF
字号:
# This makefile is for Borland make (IBM PC/80386+)

#		*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 /v /9 /D__CC386__
ASM = nasm -fobj
LINK = valx

.c.obj:
  @$(CC) $<
#		*List Macros*

EXE_dependencies = \
ccide.obj \
asmwnd.obj \
browse.obj \
dbgmain.obj \
dialog.obj \
dockmgr.obj \
dumpwnd.obj \
editor.obj \
effect.obj \
error.obj \
eval.obj \
fif.obj \
filedlg.obj \
hbreak.obj \
help.obj \
histcomb.obj \
lsctrl.obj \
lsframe.obj \
lsgrip.obj \
lstool.obj \
lstree.obj \
make.obj \
makegen.obj \
mru.obj \
opcodes.obj \
operands.obj \
pefile.obj \
print.obj \
profile.obj \
progress.obj \
project.obj \
regwnd.obj \
saveload.obj \
simops.obj \
splash.obj \
srchpath.obj \
srctab.obj \
stackwnd.obj \
stdprop.obj \
symtab.obj \
tabwnd.obj \
tags.obj \
thredwnd.obj \
uz.obj \
version.obj \
wargs.obj \
watchwnd.obj \
xedit.obj \
xml.obj
#		*Explicit Rules*
ccide.exe: upbuild $(EXE_dependencies) ccide.res
  $(LINK) /DEB -nci -pe -32 -map -win @&&|
c0win.obj wildargw.obj $(EXE_dependencies)
ccide.exe
ccide.map
..\gnu_regex\gnu_regex.lib clwin.lib climp.lib
ccide.res
|

upbuild:
        ..\upbuild $(FULLBUILD) CCIDE

#		*Individual File Dependencies*
ccide.res: ccide.rc ..\version.h
        xrc -r ccide.rc

ccide.c: ..\version.h

⌨️ 快捷键说明

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