office-gobmx/config_office/guw/makefile
Oliver Bolte fc77b0b2e5 INTEGRATION: CWS vq35 (1.1.2); FILE ADDED
2006/08/10 20:00:22 vq 1.1.2.1: #i68312# Import guw sources.
2006-09-15 10:19:45 +00:00

4 lines
64 B
Makefile

sources = guw.cc
guw : $(sources)
g++ -Wall -o guw $(sources)