mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-27 21:20:30 +00:00
Merge pull request #88 from mgadams/unistd_removal
Remove obsolete unistd.h file
This commit is contained in:
commit
1c77f3a8d2
@ -643,7 +643,6 @@ xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
|
||||
<ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
|
||||
<ClInclude Include="glslang\Include\Types.h" />
|
||||
<ClInclude Include="glslang\Include\intermediate.h" />
|
||||
<ClInclude Include="glslang\MachineIndependent\unistd.h" />
|
||||
<ClInclude Include="glslang\Public\ShaderLang.h" />
|
||||
<ClInclude Include="glslang\OSDependent\Windows\osinclude.h" />
|
||||
<ClInclude Include="glslang\OSDependent\Linux\osinclude.h" />
|
||||
|
@ -165,9 +165,6 @@
|
||||
<ClInclude Include="glslang\Include\intermediate.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="glslang\MachineIndependent\unistd.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="glslang\Public\ShaderLang.h">
|
||||
<Filter>Public</Filter>
|
||||
</ClInclude>
|
||||
|
@ -63,7 +63,6 @@ set(HEADERS
|
||||
MachineIndependent/Scan.h
|
||||
MachineIndependent/ScanContext.h
|
||||
MachineIndependent/SymbolTable.h
|
||||
MachineIndependent/unistd.h
|
||||
MachineIndependent/Versions.h
|
||||
MachineIndependent/preprocessor/PpContext.h
|
||||
MachineIndependent/preprocessor/PpTokens.h)
|
||||
|
@ -1 +0,0 @@
|
||||
// This is a NULL file and is meant to be empty
|
@ -366,7 +366,6 @@ xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
|
||||
<ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
|
||||
<ClInclude Include="glslang\Include\Types.h" />
|
||||
<ClInclude Include="glslang\Include\intermediate.h" />
|
||||
<ClInclude Include="glslang\MachineIndependent\unistd.h" />
|
||||
<ClInclude Include="glslang\Public\ShaderLang.h" />
|
||||
<ClInclude Include="glslang\OSDependent\Windows\osinclude.h" />
|
||||
<ClInclude Include="glslang\OSDependent\Linux\osinclude.h" />
|
||||
|
@ -366,7 +366,6 @@ xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
|
||||
<ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
|
||||
<ClInclude Include="glslang\Include\Types.h" />
|
||||
<ClInclude Include="glslang\Include\intermediate.h" />
|
||||
<ClInclude Include="glslang\MachineIndependent\unistd.h" />
|
||||
<ClInclude Include="glslang\Public\ShaderLang.h" />
|
||||
<ClInclude Include="glslang\OSDependent\Windows\osinclude.h" />
|
||||
<ClInclude Include="glslang\OSDependent\Linux\osinclude.h" />
|
||||
|
Loading…
Reference in New Issue
Block a user