diff options
-rw-r--r-- | src/im_capture.mak | 6 | ||||
-rw-r--r-- | src/make_uname.bat | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/im_capture.mak b/src/im_capture.mak index b08c610..8f10bc7 100644 --- a/src/im_capture.mak +++ b/src/im_capture.mak @@ -58,6 +58,12 @@ mingw3-dll: @dlltool -d im_capture.def -D im_capture.dll -l ../lib/mingw3/libim_capture.a @cd ../src +mingw4-dll: + @echo Importing MingW stub library + @cd ../lib/dll + @dlltool -d im_capture.def -D im_capture.dll -l ../lib/mingw4/libim_capture.a + @cd ../src + bc56-dll: @echo Importing Bcc stub library @d:/lng/cbuilderx/bin/implib -a ../lib/bc56/im_capture.lib ../lib/dll/im_capture.dll diff --git a/src/make_uname.bat b/src/make_uname.bat index cbbd07c..0bfcec1 100644 --- a/src/make_uname.bat +++ b/src/make_uname.bat @@ -42,6 +42,7 @@ if "%1"=="dll" goto dll goto end :dll +call tecmake mingw4 "MF=im_capture" mingw4-dll call tecmake mingw3 "MF=im_capture" mingw3-dll call tecmake bc56 "MF=im_capture" bc56-dll REM call tecmake owc1 "MF=im_capture" owc1-dll |