ultimatepp/uppsrc/Core/sub.upt
cxl e12b5fc530 uppsrc: option for SSE2 in project templates (thanks Sender Ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@4012 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-14 08:28:12 +00:00

9 lines
177 B
Text

template "Plain package with header" sub;
@@<:PACKAGE:>.h
#ifndef _<:PACKAGE:>_<:PACKAGE:>_h
#define _<:PACKAGE:>_<:PACKAGE:>_h
#endif
@@<:PACKAGE:>.upp
file "<:PACKAGE:>.h";