Skip to content

Commit 4023e3d

Browse files
committed
Merge pull request #53 from asottile/cleanup_win32
Clean up some unused stuff (win32)
2 parents 83bd0ba + 0d3c194 commit 4023e3d

File tree

4 files changed

+2
-229
lines changed

4 files changed

+2
-229
lines changed

old/document.cpp

Lines changed: 0 additions & 181 deletions
This file was deleted.

pysass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include <unistd.h>
2-
#include <stdlib.h>
31
#include <string.h>
42
#include <Python.h>
53
#include "sass_context.h"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def spawn(self, cmd):
6969
spawn(cmd, dry_run=self.dry_run)
7070
from distutils.msvc9compiler import MSVCCompiler
7171
MSVCCompiler.spawn = spawn
72-
flags = ['-I' + os.path.abspath('win32'), '/EHsc']
72+
flags = ['/EHsc']
7373
link_flags = []
7474
else:
7575
flags = ['-fPIC', '-std=c++0x', '-Wall', '-Wno-parentheses']
@@ -205,7 +205,7 @@ def run(self):
205205
'README.rst',
206206
os.path.join(LIBSASS_DIR, 'Makefile'),
207207
os.path.join(LIBSASS_DIR, 'Makefile.am'),
208-
'win32/*.h', 'test/*.sass'
208+
'test/*.sass'
209209
]
210210
},
211211
scripts=['sassc.py'],

win32/unistd.h

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)