makewat.bat

来自「一百个病毒的源代码 包括熊猫烧香等 极其具有研究价值」· Batch 代码 · 共 7 行

BAT
7
字号
rem Batchfile for compiling with WATCOM C/C++ (tested with 10.0)
rem    if you don't have the PMODEW stub (standalone PMODE/ NO DOS4GW!)
rem    for WATCOM then use /l=dos4g, but you then must have (bulky) DOS4GW
rem    contact ftp: x2ftp.oulu.fi for shareware PMODEW.

wcl386 /l=pmodew /fe=exedat.exe exedat.cpp lzss.c lzari.c globals.c

⌨️ 快捷键说明

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