Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
181 changes: 0 additions & 181 deletions old/document.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions pysass.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <Python.h>
#include "sass_context.h"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def spawn(self, cmd):
spawn(cmd, dry_run=self.dry_run)
from distutils.msvc9compiler import MSVCCompiler
MSVCCompiler.spawn = spawn
flags = ['-I' + os.path.abspath('win32'), '/EHsc']
flags = ['/EHsc']
link_flags = []
else:
flags = ['-fPIC', '-std=c++0x', '-Wall', '-Wno-parentheses']
Expand Down Expand Up @@ -205,7 +205,7 @@ def run(self):
'README.rst',
os.path.join(LIBSASS_DIR, 'Makefile'),
os.path.join(LIBSASS_DIR, 'Makefile.am'),
'win32/*.h', 'test/*.sass'
'test/*.sass'
]
},
scripts=['sassc.py'],
Expand Down
44 changes: 0 additions & 44 deletions win32/unistd.h

This file was deleted.