HomeSort by relevance Sort by last modified time
    Searched defs:_DLL (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/PC/os2vacpp/
makefile 256 _DLL = /Ge-
288 # @ $(CC) $(CFLAGS) /B"/NOE" $(_DLL) /Fe$@ $(_MAP) $** $(OTHERLIBS) >>$(ERRS)
292 # @ $(CC) -c $(CFLAGS) $(_DLL) -Fo$@ $** >>$(ERRS)
301 @ $(CC) $(CFLAGS) /B"/NOE" $(_DLL) /Fe$@ $(_MAP) $** $(OTHERLIBS) >>$(ERRS)
308 @ $(CC) -c $(CFLAGS) $(_DLL) -Fo$@ $** >>$(ERRS)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 312 /* We have to define _DLL for gcc based mingw version. This define is set
317 #if !defined (_DLL) && defined (__GNUC__)
318 #define _DLL

Completed in 75 milliseconds