experimental ddraw code
[picodrive.git] / platform / win32 / GenaDrive / Makefile.vc
index 20b58e1..896b8b9 100644 (file)
@@ -51,7 +51,7 @@ OBJ = $(OBJ) $(R)cpu\cz80\cz80.obj
 ALL : PicoDrive.exe\r
 \r
 PicoDrive.exe : $(OBJ)\r
-       link.exe $(LDFLAGS) $(OBJ) gdi32.lib user32.lib advapi32.lib d3d8.lib d3dx8.lib dsound.lib comdlg32.lib\r
+       link.exe $(LDFLAGS) $(OBJ) gdi32.lib user32.lib advapi32.lib d3d8.lib d3dx8.lib dsound.lib comdlg32.lib ddraw.lib dxguid.lib\r
 \r
 clean:\r
        -del $(OBJ) PicoDrive.exe\r