mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11813
This commit is contained in:
parent
8fd56dafb0
commit
75835d5300
|
@ -320,3 +320,12 @@ Rom 9 Jan 2007
|
|||
AdvancedFrame.cpp
|
||||
BOINCGridCtrl.cpp
|
||||
BOINCGUIApp.cpp
|
||||
|
||||
Rom 9 Jan 2007
|
||||
- Win BUILD: Remember, when adding .C files to VS project files, you need
|
||||
to change the compiler type to C++ for ALL build configurations.
|
||||
|
||||
win_build/
|
||||
boinc_dll.vcproj
|
||||
boinc_ss.vcproj
|
||||
boincmgr_curl.vcproj
|
||||
|
|
|
@ -14,4 +14,5 @@ boinc_dll.vcproj.ROMWNET.romw.user
|
|||
boinc_ss.vcproj.ROMWNET.romw.user
|
||||
boinccmd.vcproj.ROMWNET.romw.user
|
||||
boincmgr_curl.vcproj.ROMWNET.romw.user
|
||||
libboinc.vcproj.ROMWNET.romw.user
|
||||
libboinc.vcproj.ROMWNET.romw.user
|
||||
updater.vcproj.ROMWNET.romw.user
|
|
@ -480,6 +480,22 @@
|
|||
<File
|
||||
RelativePath="..\lib\win_util.C"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
CompileAs="2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
CompileAs="2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug (SimpleGUI)|Win32"
|
||||
>
|
||||
|
@ -488,6 +504,14 @@
|
|||
CompileAs="2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release (SimpleGUI)|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
CompileAs="2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
|
@ -636,6 +636,10 @@
|
|||
RelativePath="..\client\win\win_screensaver.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\win_util.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
|
|
@ -1191,6 +1191,26 @@
|
|||
<File
|
||||
RelativePath="..\lib\win_util.C"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
CompileAs="2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release (SimpleGUI)|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
CompileAs="2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\win_util.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
Loading…
Reference in New Issue