*** empty log message ***

This commit is contained in:
hyung-hwan 2007-03-24 05:53:04 +00:00
parent 46138134a2
commit 5d74d6be6b
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: asecom.cpp,v 1.1 2007-03-24 05:18:32 bacon Exp $
* $Id: asecom.cpp,v 1.2 2007-03-24 05:49:57 bacon Exp $
*
* {License}
*/
@ -13,7 +13,7 @@
#include <initguid.h>
#include "asecom.h"
#include "ase_i.c"
#include "asecom_i.c"
#include "Awk.h"
#include "Buffer.h"
#include "AwkExtio.h"

View File

@ -71,12 +71,12 @@ BEGIN
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "ASE Module\0"
VALUE "FileDescription", "ASE COM Module\0"
VALUE "FileVersion", "1, 0, 0, 1\0"
VALUE "InternalName", "ASE\0"
VALUE "LegalCopyright", "Copyright 2006\0"
VALUE "OriginalFilename", "asecom.dll\0"
VALUE "ProductName", "ASE Module\0"
VALUE "ProductName", "ASE COM Module\0"
VALUE "ProductVersion", "1, 0, 0, 1\0"
VALUE "OLESelfRegister", "\0"
END