代码搜索:lutils

找到约 48 项符合「lutils」的源代码

代码结果 48
www.eeworm.com/read/123072/14649646

cpp lutils.cpp

#include #include #include char lg_input(char *string,short x1,short y1,short x2,short y2,uchar bcolor,short maxlen); static void lg_input_draw(char *string,short
www.eeworm.com/read/123072/14649653

asm lutils.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; For LUtils ; by Lin Wei 2000 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; .486p .DO
www.eeworm.com/read/123072/14649661

lib lutils.lib

www.eeworm.com/read/123072/14649670

h lutils.h

#ifndef LGAME_H #define LGAME_H #include #include ////////////////////////////////////////////////////////////////////// struct TlgSpiritLink { short x,y,dist; char *img;
www.eeworm.com/read/123072/14649614

cpp incl3.cpp

#include "..\lutils\lgame.cpp" #include "..\lutils\lline.cpp" #include "..\lutils\lmenu.cpp" #include "..\lutils\leffect.cpp" #include "..\lutils\lsprlink.cpp" #include "..\lutils\lutils.cpp"
www.eeworm.com/read/123072/14649592

bat ldraw.bat

@echo off echo. if "%WATCOM%"=="" goto error if "%1"=="u" goto uninstall if "%1"=="U" goto uninstall copy *.h %WATCOM%\H >nul copy *.lib %WATCOM%\LIB386 >nul cd examples for %%a in (*.cpp) d
www.eeworm.com/read/123072/14649595

bat lib.bat

@echo off if "%1"=="sys" goto sys if "%1"=="draw" goto draw if "%1"=="key" goto key if "%1"=="utils" goto utils echo Use LIB sys/draw/key/utils echo. goto end :sys if exist lsys.lib de
www.eeworm.com/read/358173/10195057

maketest

include ../../ccdefine INCLUDE = -I../../protocol/include -I../../protocol/utils OBJS = gprs.o serial.o test.o .cpp.o: $(CC) $(INCLUDE) $(CFLAGS) -c $< all:gprstest gprstest:$(OBJS) $
www.eeworm.com/read/357852/10200200

pro boxes.pro

TEMPLATE = app LIBS += -L$$(CPPLIBS) \ -lutils \ -lcards2 INCLUDEPATH += $$(CPPLIBS)/utils \ $$(CPPLIBS)/cards2 # Input HEADERS += cardtable.h SOURCES += boxes.cpp
www.eeworm.com/read/357852/10200246

pro reuse.pro

CONFIG += console TEMPLATE = app INCLUDEPATH += $$(CPPLIBS)/utils LIBS += -L$$(CPPLIBS) -lutils # Input SOURCES += main.cpp