Skip to content

Commit

Permalink
Move derelict files to a separate import folder so that they are not …
Browse files Browse the repository at this point in the history
…compiled as source files.
  • Loading branch information
s-ludwig committed Apr 12, 2013
1 parent 9fd2b58 commit 96640e5
Show file tree
Hide file tree
Showing 94 changed files with 9 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -12,7 +12,9 @@
],

"versions": ["LIBEV4"],


"importPaths": ["import", "source"],

"libs-posix" : ["ssl", "crypto"],
"libs-windows": ["wsock32", "ws2_32"],

Expand Down
8 changes: 6 additions & 2 deletions vibe.visualdproj
Expand Up @@ -325,7 +325,7 @@
<compiler>0</compiler>
<otherDMD>0</otherDMD>
<program>$(DMDInstallDir)windows\bin\dmd.exe</program>
<imppath>source</imppath>
<imppath>source import</imppath>
<fileImppath />
<outdir>$(ConfigurationName)</outdir>
<objdir>$(OutDir)</objdir>
Expand Down Expand Up @@ -601,6 +601,11 @@
<File path="source\vibe\db\redis\redis.d" />
</Folder>
</Folder>
<Folder name="internal">
<Folder name="std">
<File path="source\vibe\internal\std\process.d" />
</Folder>
</Folder>
<Folder name="http">
<Folder name="auth">
<File path="source\vibe\http\auth\basic_auth.d" />
Expand Down Expand Up @@ -656,6 +661,5 @@
<File path="source\vibe\utils\string.d" />
<File path="source\vibe\utils\validation.d" />
</Folder>
<File path="source\stdx\process.d" />
</Folder>
</DProject>

0 comments on commit 96640e5

Please sign in to comment.