1
1
Fork 0
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:
Pete Batard 2012-01-11 11:09:40 +00:00
parent e49549d26a
commit 130afd8294
9 changed files with 25 additions and 338 deletions

View file

@ -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" />