some more multiplatform support

This commit is contained in:
Berke Viktor
2011-12-11 18:04:35 +01:00
parent 132ef6cb50
commit 13ee029364
15 changed files with 21 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
include "..\..\src\makeinc.mak"
DIRENTLIB = ..\..\src\common\dirent.lib
DIRENTLIB = ..\..\src\common\dirent-win32.lib
TARGET = $(PYTHONOUTPUT)
all: $(TARGET)

View File

@@ -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>