mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[msvc] move FreeDOS config option to a header file
* use toplevel ms-config.h for options, rather than duplicate project files * applies for MSVC and WDK
This commit is contained in:
parent
e49549d26a
commit
130afd8294
9 changed files with 25 additions and 338 deletions
|
@ -168,6 +168,7 @@
|
|||
<ClCompile Include="..\stdlg.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\ms-config.h" />
|
||||
<ClInclude Include="..\badblocks.h" />
|
||||
<ClInclude Include="..\format.h" />
|
||||
<ClInclude Include="..\msapi_utf8.h" />
|
||||
|
@ -181,7 +182,7 @@
|
|||
<Manifest Include="..\common_controls_and_elevation.manifest" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\rufus.ico" />
|
||||
<None Include="..\..\res\rufus.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="..\rufus.rc" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue