/dports/misc/sword/sword-1.8.1/include/ |
H A D | SwordAPI.pas | 26 DLLNAME = 'sword32.dll'; 35 procedure DeleteModule(hmod: integer); stdcall; external DLLNAME; 39 function ModGetKey(hmod: integer):integer; stdcall; external DLLNAME; in ModGetKey() 43 procedure YoYo(x:integer; y:integer); stdcall; external DLLNAME; 44 procedure ModInc(hmod: integer); stdcall; external DLLNAME; 45 procedure ModDec(hmod: integer); stdcall; external DLLNAME; 46 function ModError(hmod:integer): integer; stdcall; external DLLNAME; in ModError() 47 function NewKey(keytype:PChar):integer;stdcall; external DLLNAME; in NewKey() 48 procedure DeleteKey(hkey: integer); stdcall; external DLLNAME; 55 procedure KeyInc(hkey: integer); stdcall; external DLLNAME; [all …]
|
/dports/graphics/glfw2/glfw-2.7.9/support/pascal/ |
H A D | glfw.pas | 299 DLLNAME = 'glfw.dll'; 302 DLLNAME = 'libglfw.dylib'; 304 DLLNAME = 'libglfw.so'; 311 …r; {$IFDEF WIN32} stdcall; {$ELSE} cdecl; {$ENDIF} external {$IFDEF LINK_DYNAMIC} DLLNAME {$ENDIF}; 312 …e; {$IFDEF WIN32} stdcall; {$ELSE} cdecl; {$ENDIF} external {$IFDEF LINK_DYNAMIC} DLLNAME {$ENDIF}; 318 …w; {$IFDEF WIN32} stdcall; {$ELSE} cdecl; {$ENDIF} external {$IFDEF LINK_DYNAMIC} DLLNAME {$ENDIF}; 323 …w; {$IFDEF WIN32} stdcall; {$ELSE} cdecl; {$ENDIF} external {$IFDEF LINK_DYNAMIC} DLLNAME {$ENDIF}; 324 …w; {$IFDEF WIN32} stdcall; {$ELSE} cdecl; {$ENDIF} external {$IFDEF LINK_DYNAMIC} DLLNAME {$ENDIF}; 325 …s; {$IFDEF WIN32} stdcall; {$ELSE} cdecl; {$ENDIF} external {$IFDEF LINK_DYNAMIC} DLLNAME {$ENDIF}; 337 …s; {$IFDEF WIN32} stdcall; {$ELSE} cdecl; {$ENDIF} external {$IFDEF LINK_DYNAMIC} DLLNAME {$ENDIF}; [all …]
|
/dports/misc/sword/sword-1.8.1/bindings/csharp/ |
H A D | NativeMethods.cs | 78 public const string DLLNAME = "libsword"; field in Sword.NativeMethods 80 [DllImport(DLLNAME, CallingConvention = CallingConvention.Cdecl)] 83 [DllImport(DLLNAME, CallingConvention = CallingConvention.Cdecl)] 86 [DllImport(DLLNAME, CallingConvention = CallingConvention.Cdecl)] 89 [DllImport(DLLNAME, CallingConvention = CallingConvention.Cdecl)] 92 [DllImport(DLLNAME, CallingConvention = CallingConvention.Cdecl)] 95 [DllImport(DLLNAME, CallingConvention = CallingConvention.Cdecl)] 98 [DllImport(DLLNAME, CallingConvention = CallingConvention.Cdecl)] 101 [DllImport(DLLNAME, CallingConvention = CallingConvention.Cdecl)] 104 [DllImport(DLLNAME, CallingConvention = CallingConvention.Cdecl)] [all …]
|
/dports/cad/openctm/OpenCTM-1.0.3/bindings/delphi/ |
H A D | OpenCTM.pas | 155 DLLNAME = 'openctm.dll'; 157 function ctmNewContext; external DLLNAME; in ctmNewContext() 159 function ctmGetError; external DLLNAME; in ctmGetError() 160 function ctmErrorString; external DLLNAME; in ctmErrorString() 161 function ctmGetInteger; external DLLNAME; in ctmGetInteger() 162 function ctmGetFloat; external DLLNAME; in ctmGetFloat() 171 function ctmGetString; external DLLNAME; in ctmGetString() 180 procedure ctmDefineMesh; external DLLNAME; 181 function ctmAddUVMap; external DLLNAME; in ctmAddUVMap() 183 procedure ctmLoad; external DLLNAME; [all …]
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/etc/win32/nsis/ |
H A D | dll_version_helper.sh | 51 DLLNAME=`dumpbin.exe -imports hello.exe | egrep MSVCR.*dll` 52 DLLNAME=`echo $DLLNAME` 53 if [ -z "$DLLNAME" ]; then 54 DLLNAME=`dumpbin.exe -imports hello.exe | egrep VCRUNTIME.*dll` 55 DLLNAME=`echo $DLLNAME` 60 FILETOLOOKIN=$DLLNAME 116 NAME=$DLLNAME
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/etc/win32/nsis/ |
H A D | dll_version_helper.sh | 51 DLLNAME=`dumpbin.exe -imports hello.exe | egrep MSVCR.*dll` 52 DLLNAME=`echo $DLLNAME` 53 if [ -z "$DLLNAME" ]; then 54 DLLNAME=`dumpbin.exe -imports hello.exe | egrep VCRUNTIME.*dll` 55 DLLNAME=`echo $DLLNAME` 60 FILETOLOOKIN=$DLLNAME 116 NAME=$DLLNAME
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/etc/win32/nsis/ |
H A D | dll_version_helper.sh | 51 DLLNAME=`dumpbin.exe -imports hello.exe | egrep MSVCR.*dll` 52 DLLNAME=`echo $DLLNAME` 53 if [ -z "$DLLNAME" ]; then 54 DLLNAME=`dumpbin.exe -imports hello.exe | egrep VCRUNTIME.*dll` 55 DLLNAME=`echo $DLLNAME` 60 FILETOLOOKIN=$DLLNAME 116 NAME=$DLLNAME
|
/dports/lang/erlang/otp-OTP-24.1.7/erts/etc/win32/nsis/ |
H A D | dll_version_helper.sh | 51 DLLNAME=`dumpbin.exe -imports hello.exe | egrep MSVCR.*dll` 52 DLLNAME=`echo $DLLNAME` 53 if [ -z "$DLLNAME" ]; then 54 DLLNAME=`dumpbin.exe -imports hello.exe | egrep VCRUNTIME.*dll` 55 DLLNAME=`echo $DLLNAME` 60 FILETOLOOKIN=$DLLNAME 116 NAME=$DLLNAME
|
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/etc/win32/nsis/ |
H A D | dll_version_helper.sh | 51 DLLNAME=`dumpbin.exe -imports hello.exe | egrep MSVCR.*dll` 52 DLLNAME=`echo $DLLNAME` 53 if [ -z "$DLLNAME" ]; then 54 DLLNAME=`dumpbin.exe -imports hello.exe | egrep VCRUNTIME.*dll` 55 DLLNAME=`echo $DLLNAME` 60 FILETOLOOKIN=$DLLNAME 116 NAME=$DLLNAME
|
/dports/lang/rexx-regina/regina-rexx-3.9.3/ |
H A D | test2.c | 21 #define DLLNAME "rxtest2" macro 115 printf(" %s(static): *** No parameters passed ***\n",DLLNAME); in static_show_parameter() 122 DLLNAME,buf,func_name); in static_show_parameter() 135 printf(" %s(global): *** No parameters passed ***\n",DLLNAME); in global_show_parameter() 142 DLLNAME,buf,func_name); in global_show_parameter() 153 printf(" %s(Test2Function1): Arg: %d <%s>\n", DLLNAME, i, argv[i].strptr ); in FUNCTION1() 162 printf( "%s(Test2Function1): Error setting stem index.\n", DLLNAME ); in FUNCTION1() 180 printf( " %s(Test2Function2): Arg: %d <%s>\n", DLLNAME, i, argv[i].strptr ); in FUNCTION2() 189 printf( "%s(Test12unction2): Error setting stem index.\n", DLLNAME ); in FUNCTION2() 234 rc = InitTestRexx(DLLNAME); in LOADFUNCS() [all …]
|
H A D | test1.c | 21 #define DLLNAME "rxtest1" macro 115 printf("%s(static): *** No parameters passed ***\n",DLLNAME); in static_show_parameter() 122 DLLNAME,buf,func_name); in static_show_parameter() 135 printf("%s(global): *** No parameters passed ***\n",DLLNAME); in global_show_parameter() 142 DLLNAME,buf,func_name); in global_show_parameter() 153 printf( "%s(Test1Function1): Arg: %d <%s>\n", DLLNAME, i, argv[i].strptr ); in FUNCTION1() 162 printf( "%s(Test1Function1): Error setting stem index.\n", DLLNAME ); in FUNCTION1() 180 printf( "%s(Test1Function2): Arg: %d <%s>\n", DLLNAME, i, argv[i].strptr ); in FUNCTION2() 189 printf( "%s(Test1Function2): Error setting stem index.\n", DLLNAME ); in FUNCTION2() 234 rc = InitTestRexx(DLLNAME); in LOADFUNCS() [all …]
|
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/os2/ |
H A D | makefile | 22 DLLNAME=wildmidi.dll macro 36 BLD_TARGET=$(DLLNAME) $(PLAYER) 45 $(DLLNAME): $(OBJ) 47 wlib -q -b -n -inn -pa -s -t -zld -ii -io $(LIBNAME) +$(DLLNAME) 52 $(PLAYER): $(DLLNAME) $(PLAYER_OBJ) 74 @if exist $(DLLNAME) del $(DLLNAME) 85 rm -f $(DLLNAME) $(EXPNAME) $(LIBNAME) $(LIBSTATIC) $(PLAYER) $(PLAYER_STATIC)
|
/dports/devel/radare2/radare2-5.1.1/doc/ |
H A D | sdb_ordinal.md | 1 # Cannot find R2PATH/format/dll/DLLNAME.sdb 3 1. Execute `rabin2 -rs DLLNAME.dll | grep -i DLLNAME | grep -v Ordi |grep ^k| cut -d / -f 4- > DLLN… 4 2. Upload file `DLLNAME.sdb.txt` in https://github.com/radareorg/radare2/tree/master/libr/bin/d/dll
|
/dports/devel/shapelib/shapelib-1.5.0/ |
H A D | makefile.vc | 8 DLLNAME = shapelib.dll 13 all: $(STATIC_LIB) $(DLLNAME) \ 86 $(IMPORT_LIB): $(DLLNAME) 88 $(DLLNAME): $(OBJ) 89 link /nologo /dll /out:$(DLLNAME) /implib:$(IMPORT_LIB) $(OBJ) 90 if exist $(DLLNAME).manifest mt /nologo -manifest $(DLLNAME).manifest -outputresource:$(DLLNAME);2
|
/dports/audio/libmikmod/libmikmod-3.3.11.1/win32/ |
H A D | Makefile.wat | 55 DLLNAME=mikmod.dll 66 BLD_TARGET=$(DLLNAME) 85 $(DLLNAME): $(OBJ) 87 wlib -q -b -n -inn -pa -s -t -zld -ii -io $(LIBNAME) +$(DLLNAME) 98 @if exist $(DLLNAME) del $(DLLNAME) 107 rm -f $(DLLNAME) $(EXPNAME) $(LIBNAME) $(LIBSTATIC)
|
/dports/audio/libmikmod/libmikmod-3.3.11.1/os2/ |
H A D | Makefile.wat | 47 DLLNAME=mikmod.dll 57 BLD_TARGET=$(DLLNAME) 76 $(DLLNAME): $(OBJ) 78 wlib -q -b -n -inn -pa -s -t -zld -ii -io $(LIBNAME) +$(DLLNAME) 89 @if exist $(DLLNAME) del $(DLLNAME) 98 rm -f $(DLLNAME) $(EXPNAME) $(LIBNAME) $(LIBSTATIC)
|
H A D | Makefile.emx | 45 DLLNAME=mikmod.dll 68 FOR %F IN ( $(LIBNAME) $(DLLNAME) $(OBJ) ) DO IF EXIST %F ERASE %F 70 dll: $(DLLNAME) $(LIBNAME) 73 $(DLLNAME): CFLAGS+=-Zdll 74 $(LIBNAME): $(DLLNAME) 75 $(DLLNAME): $(OBJ) $(DEFNAME) 76 $(CC) $(CFLAGS) -Zso -Zsys -o $(DLLNAME) $(DEFNAME) $(OBJ) $(LIBS)
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/etc/win32/nsis/ |
H A D | dll_version_helper.sh | 51 DLLNAME=`dumpbin.exe -imports hello.exe | egrep MSVCR.*dll` 52 DLLNAME=`echo $DLLNAME` 56 FILETOLOOKIN=$DLLNAME 109 NAME=$DLLNAME
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/etc/win32/nsis/ |
H A D | dll_version_helper.sh | 51 DLLNAME=`dumpbin.exe -imports hello.exe | egrep MSVCR.*dll` 52 DLLNAME=`echo $DLLNAME` 56 FILETOLOOKIN=$DLLNAME 109 NAME=$DLLNAME
|
/dports/graphics/libgeotiff/libgeotiff-1.7.0/ |
H A D | makefile.vc | 32 DLLNAME = geotiff.dll 56 all: geo_config.h geotiff.lib $(DLLNAME) listgeo.exe geotifcp.exe 71 $(DLLNAME): $(OBJS) 72 link /dll /out:$(DLLNAME) /implib:geotiff_i.lib $(OBJS) $(TIFF_LIB_DLL) 73 if exist $(DLLNAME).manifest mt -manifest $(DLLNAME).manifest -outputresource:$(DLLNAME);2
|
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/src/ |
H A D | Makefile.vc | 25 DLLNAME = SDL.dll 30 all: $(DLLNAME) 32 $(DLLNAME): $(OBJ) 42 -del *.obj *.res *.exp *.manifest $(DLLNAME) $(IMPNAME)
|
/dports/japanese/cmigemo/cmigemo-6a1c438/compile/ |
H A D | Make_mingw.mak | 11 DLLNAME = migemo.dll macro 13 libmigemo_DSO = $(outdir)$(DLLNAME) 30 …dllwrap -o $(libmigemo_DSO) --dllname $(DLLNAME) --implib $(libmigemo_LIB) --def $(srcdir)migemo.d…
|
H A D | Make_cyg.mak | 12 DLLNAME = cygmigemo1.dll macro 14 libmigemo_DSO = $(outdir)$(DLLNAME) 30 …dllwrap -o $(libmigemo_DSO) --dllname $(DLLNAME) --implib $(libmigemo_LIB) --def $(srcdir)migemo.d…
|
/dports/japanese/cmigemo-dict/cmigemo-6a1c438/compile/ |
H A D | Make_mingw.mak | 11 DLLNAME = migemo.dll macro 13 libmigemo_DSO = $(outdir)$(DLLNAME) 30 …dllwrap -o $(libmigemo_DSO) --dllname $(DLLNAME) --implib $(libmigemo_LIB) --def $(srcdir)migemo.d…
|
H A D | Make_cyg.mak | 12 DLLNAME = cygmigemo1.dll macro 14 libmigemo_DSO = $(outdir)$(DLLNAME) 30 …dllwrap -o $(libmigemo_DSO) --dllname $(DLLNAME) --implib $(libmigemo_LIB) --def $(srcdir)migemo.d…
|