home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
common
/
msdev98
/
bin
/
ide
/
conwz.awx
/
TEMPLATE
/
NEWPROJ.INF
< prev
next >
Wrap
Text File
|
1998-06-18
|
1KB
|
36 lines
$$// newproj.inf = template for list of template files
$$// format is 'sourceResName' \t 'destFileName'
$$// The source res name may be preceded by any combination of '=', '-', '!', '?', ':', '#', and/or '*'
$$// '=' => the resource is binary
$$// '-' => the file should not be added to the project (all files are added to the project by default)
$$// '!' => the file should be marked exclude from build
$$// '?' => the file should be treated as a help file
$$// ':' => the file should be treated as a resource
$$// '#' => the file should be treated as a template (implies '!')
$$// '*' => bypass the custom AppWizard's resources when loading
$$// if name starts with / => create new subdir
$$IF(HELLO)
STDAFX.H StdAfx.h
STDAFX.CPP StdAfx.cpp
ROOT.CPP $$root$$.cpp
README.TXT ReadMe.txt
$$ELIF(SIMPLE)
STDAFX.H StdAfx.h
STDAFX.CPP StdAfx.cpp
ROOT.CPP $$root$$.cpp
README.TXT ReadMe.txt
$$ELIF(MFC)
STDAFX.H StdAfx.h
STDAFX.CPP StdAfx.cpp
ROOT.CPP $$root$$.cpp
README.TXT ReadMe.txt
RESOURCE.H Resource.h
ROOT.RC $$root$$.rc
ROOT.H $$root$$.h
-ROOT.CLW $$root$$.clw
$$ENDIF