some more multiplatform support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
include "..\..\src\makeinc.mak"
|
||||
|
||||
DIRENTLIB = ..\..\src\common\dirent.lib
|
||||
DIRENTLIB = ..\..\src\common\dirent-win32.lib
|
||||
TARGET = $(PYTHONOUTPUT)
|
||||
|
||||
all: $(TARGET)
|
||||
|
@@ -57,7 +57,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "../../src/common/dirent.h"
|
||||
#include "../../src/common/dirent-win32.h"
|
||||
#include "../../config.h"
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
Reference in New Issue
Block a user