Author: fmantek
Date: Wed Jan 9 10:34:57 2008
New Revision: 364
Modified:
trunk/clients/cs/Makefile
Log:
Accidently checked in an invalid makefile
Modified: trunk/clients/cs/Makefile
==============================================================================
--- trunk/clients/cs/Makefile (original)
+++ trunk/clients/cs/Makefile Wed Jan 9 10:34:57 2008
@@ -44,7 +44,6 @@
gblogger_demo.exe \
gcal_demo.exe \
gspreadsheet_demo.exe \
- HealthTool.exe \
all: $(ALL_LIBS) tests $(samples)
@@ -139,10 +138,6 @@
execrequest_sources = $(wildcard samples/execrequest/*.cs)
execrequest.exe: $(ALLLIBS) $(execrequest_sources)
$(CSC) -out:$@ $(ALLREFS) $(execrequest_sources)
-
-healthtool_sources = $(wildcard samples/health/*.cs)
-HealthTool.exe: $(ALLLIBS) $(healthtool_sources)
- $(CSC) -out:$@ $(ALLREFS) $(healthtool_sources)
gblogger_sample_sources = samples/blogger/ConsoleSample.cs
gblogger_demo.exe: $(ALLLIBS) $(gblogger_sample_sources)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---