From cfb6e301515b9d23f6f4cd5767a0cacbeb0b71e1 Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Wed, 28 Jul 1999 17:48:13 +0000 Subject: [PATCH] /harbour/contrib/directx --- harbour/ChangeLog | 4 ++ harbour/directx/buvcdx.bat | 2 - harbour/directx/directx.lib | Bin 5680 -> 0 bytes harbour/directx/readme.1st | 80 ------------------------------------ 4 files changed, 4 insertions(+), 82 deletions(-) delete mode 100644 harbour/directx/buvcdx.bat delete mode 100644 harbour/directx/directx.lib delete mode 100644 harbour/directx/readme.1st diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 059e3e2135..c3162bbaa9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990728-19:35 CET Patrick Mast + + /harbour/contrib/directX + Added Jesus'es DirectX files. + Wed Jul 28 11:54:06 1999 Gonzalo A. Diethelm * source/rtl/dir.c: diff --git a/harbour/directx/buvcdx.bat b/harbour/directx/buvcdx.bat deleted file mode 100644 index 079bfef97c..0000000000 --- a/harbour/directx/buvcdx.bat +++ /dev/null @@ -1,2 +0,0 @@ -..\..\bin\harbour %1 /n -cl -Fd..\..\bin\harbour -w -Zi -TP -GZ -GA -DDEBUG -DHARBOUR_USE_GTAPI -DHARBOUR_USE_WIN_GTAPI -I..\..\include %1.c /link /subsystem:WINDOWS /NODEFAULTLIB:libcd.lib ..\..\obj\symbols.obj ..\..\libs\vc\harbour.lib ..\..\libs\vc\terminal.lib libc.lib user32.lib ..\..\Contrib\DirectX\directx\release\directx.lib ..\..\libs\win32\directx\lib\vc\ddraw.lib gdi32.lib \ No newline at end of file diff --git a/harbour/directx/directx.lib b/harbour/directx/directx.lib deleted file mode 100644 index 47bf2ec1d77db1f0780db941399449312b5b9262..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5680 zcmeHLJ8$Dg5T=13g^I+*l~*``Ygy65IRQbqB$uQ}@fDIj*@pvYO5C&Qqey|G?Nh20 zsne#(f5>0RF9=fJk4cf?LlR%gqq{{dRU{xcaNn&~=Fp|RKsu7C>kx>!G zvHMJq$cKc4fVbYPt7aUMV7=Uviq)`chmklDr$~uhk6o^$Fo{}S!$=nd8F6k%ze?y) z0Os_F^^>K$qHBl(;w23uE+%e5wqUJW5zs_2G^9oJsMwAa`iTz_`hj>=H$^1MnvA}G zB=H8EBzg2&QAMN~jFCnW`|DNUZq&#l?Xi>)o-*+AW3ounfaXrO8&8owm3btRgh>*2 zaZkK|+?;}VtYpdLqG&~8H}Ri{LY_#_4zD6nVimN=!nTN(E0{13z;SOukKVa{03o@o z1O>}T6O>67zhxAIDaM6MYkEYF>2s{pBgJ3(kTHN=?8;Yx@{u%n>6*!Fm^Ul98d6yn zqJp_-wJCC(7eB_1Wmvo|X|H+H<}pGy%=Psfik`3z=s1&SY#s{5f*!B2lC44_+H5St zlx)6LHG|^OXEhbZCNr~a#U{*CG&DO0e zQ((CI;;JRG`gLtt%it8AF|lOwoGs~ELoM?5YsrGV)!{4yR86>4c+-Z`6zUqMD+++O zEURmRWLmahGHP>SUDL1ZJOhoDw)t)-AgPCU2}+fL*w*u%)qhlLUOx87rO*o}VY^`EHA-S%! z#7;Z_{B`2&#?02$nIC39HZ@c@gck4jiW1}9DVBtteZ5c(2^aV)IJ7B80>jc;4MD#l88#$` zz_=)gVlE1kI0_n*M0dG#4=D{dAW1?RlZwJWByT!fOc)%R0h`%=ESa~en=J0B|II>& zt65j^78Dg-y4rdneA;yIk};J>Hhl7ZxE#VDm>|_c@FY;lcK(zX4+lMtJ}L diff --git a/harbour/directx/readme.1st b/harbour/directx/readme.1st deleted file mode 100644 index 1cda0fc59b..0000000000 --- a/harbour/directx/readme.1st +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Copyright(C) 1999 by Jesus Salas - * - * This library is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR - * - * You can contact me at: jsalas@gruposp.com jsalas@sp-editores.es - * - */ - - - Harbour - GAL Lib - DirectX 6.1 ( DDraw implementation for Windows ) -------------------------------------------------------------------------------------------- - - Well, this is the first implementation of Graphics Animation Library - for Windows/DirectX 6.1 and Harbour - - - 1)._ What do you need for make/run the samples. - - - A Windows 95/98 ( Nt don't support DirectX 6 ) - - MSVC 6.0 ( BC coming soon ) - - DirectX 6.1 Run-Time ( you can download it from - http://www.microsoft.com/directx ) - - - Set your resolution to 640x480 before running the sample. - - 2)._ Files in this distribution. ( HDx01.zip ) - - /DirectX/DirectX.lib -> Lib for Harbour - - /DirectX/lib/Ddraw.lib -> Lib from MS for VC ( DirectX SDK ) - - /DirectX/BuVcDx.Bat -> Bat file for Build the sample for MSVC 6.0 - - /DirectX/Samples/TestDX.Prg -> a BreakOut like sample Game - - /DirectX/Media -> Media files for the sample ( .bmp files ) - - 3)._ Building the sample - - copy TestDx.prg to /harbour/tests/working/ - copy BuVcDx.bat ro /harbour/tests/working/ - - 1) harbour testdx - 2) BuVcDx testdx - 3) copy .exe to a directory with media files - - Run the EXE! - - Keys for the sample: - - Space -> Shot. - Cursor Left -> Bunny go to left. - Cursor Right -> Bunny go to right. - Shift hold down -> Bunny Turbo mode on. - - 4)._ Considerations. - - You need to have the media files into the same directory of final .exe file - - The source file for DirectX for harbour is not released for now, but in a short time - it will be released. ;) ( i'm cleaning the code ) - - - Please if you test/use it... send to me feedback for continue supporting it! - - Enjoy it! - - Regards - Jesús Salas - Spain - jsalas@gruposp.com - - - - - -