Explorar el Código

minor update to os2 makefile.

Ozkan Sezer hace 4 años
padre
commit
cd7ef24cba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile.os2

+ 1 - 1
Makefile.os2

@@ -127,7 +127,7 @@ SDL_RLEaccel.obj: SDL_RLEaccel.c
 
 
 # c99 mode needed because of structs with flexible array members in libusb.h
 # c99 mode needed because of structs with flexible array members in libusb.h
 SDL_hidapi.obj: SDL_hidapi.c
 SDL_hidapi.obj: SDL_hidapi.c
-    wcc386 $(CFLAGS) -za99 -I"src/hidapi/hidapi" -fo=$^@ $<
+    wcc386 $(CFLAGS) -za99 -fo=$^@ $<
 
 
 .c: ./src/libm;
 .c: ./src/libm;
 $(LIBM): $(MOBJS)
 $(LIBM): $(MOBJS)