Skip to content
forked from BOINC/boinc

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=4769
  • Loading branch information
davidpanderson committed Dec 6, 2004
1 parent 2540d04 commit 8f67c07
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 23 deletions.
8 changes: 8 additions & 0 deletions checkin_notes
Original file line number Diff line number Diff line change
Expand Up @@ -20752,3 +20752,11 @@ Bruce 6 Dec 2004 [thanks to Bernd Machenschalk!]

lib/
filesys.h

David 6 Dec 2004
- removed references to win_config.h from VC++ project files

win_build/
boinc_gui.vcproj
boinc_guirpc_test.vcproj
upper_case.vcproj
8 changes: 0 additions & 8 deletions client/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ cpu_benchmark_CFLAGS = -O3 $(AM_CFLAGS)

all-local: client-bin


win/win_config.h: $(top_srcdir)/config.h
grep '#define.*BOINC.*VERSION' $^ > $@

version: win/win_config.h

# make a hard link to the client name.
@CLIENT_BIN_FILENAME@: boinc_client
rm -f $@
Expand Down Expand Up @@ -124,5 +118,3 @@ EXTRA_DIST = \

clean-local:
rm -f @CLIENT_BIN_FILENAME@

.PHONY: version
2 changes: 0 additions & 2 deletions set-version
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ else
fi

cmd ./_autosetup -c
cmd cd client
cmd make win/win_config.h
11 changes: 4 additions & 7 deletions win_build/boinc_gui.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -1301,9 +1301,6 @@
<File
RelativePath="..\lib\util.h">
</File>
<File
RelativePath="..\win_config.h">
</File>
<File
RelativePath="..\Client\win\Win_net.h">
</File>
Expand Down Expand Up @@ -1333,10 +1330,10 @@
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
<File
RelativePath="..\client\win\res\boinc.bmp">
RelativePath="..\client\win\boinc.bmp">
</File>
<File
RelativePath="..\client\win\boinc.bmp">
RelativePath="..\client\win\res\boinc.bmp">
</File>
<File
RelativePath="..\client\win\boinc_gui.rc">
Expand All @@ -1356,10 +1353,10 @@
</FileConfiguration>
</File>
<File
RelativePath="..\client\win\boincsm.bmp">
RelativePath="..\client\win\res\boincsm.bmp">
</File>
<File
RelativePath="..\client\win\res\boincsm.bmp">
RelativePath="..\client\win\boincsm.bmp">
</File>
<File
RelativePath="..\res\CoreClient.ico">
Expand Down
3 changes: 0 additions & 3 deletions win_build/boinc_guirpc_test.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,6 @@
<File
RelativePath="..\lib\util.h">
</File>
<File
RelativePath="..\win_config.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Expand Down
3 changes: 0 additions & 3 deletions win_build/upper_case.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@
<File
RelativePath="..\lib\util.h">
</File>
<File
RelativePath="..\win_config.h">
</File>
</Filter>
<Filter
Name="App Source Files"
Expand Down

0 comments on commit 8f67c07

Please sign in to comment.