forked from sin5678/gh0st
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
2bcoder
committed
May 8, 2013
1 parent
854d5a2
commit 41d7767
Showing
237 changed files
with
54,640 additions
and
53,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
@echo off | ||
echo ---------------------------------------------------- | ||
echo Press any key to delete all files with ending: | ||
echo *.aps *.idb *.ncp *.obj *.pch *.tmp *.sbr | ||
echo Visual c++/.Net junk | ||
echo ---------------------------------------------------- | ||
|
||
del /F /Q /S *.aps *.idb *.ncp *.obj *.pch *.sbr *.tmp *.pdb *.bsc *.map *.ilk *.res *.ncb *.opt *.suo *.manifest *.dep | ||
|
||
|
||
@echo off | ||
echo ---------------------------------------------------- | ||
echo Press any key to delete all files with ending: | ||
echo *.aps *.idb *.ncp *.obj *.pch *.tmp *.sbr | ||
echo Visual c++/.Net junk | ||
echo ---------------------------------------------------- | ||
|
||
del /F /Q /S *.aps *.idb *.ncp *.obj *.pch *.sbr *.tmp *.pdb *.bsc *.map *.ilk *.res *.ncb *.opt *.suo *.manifest *.dep | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
======================================================================== | ||
WIN32 APPLICATION : install | ||
======================================================================== | ||
|
||
|
||
AppWizard has created this install application for you. | ||
|
||
This file contains a summary of what you will find in each of the files that | ||
make up your install application. | ||
|
||
install.cpp | ||
This is the main application source file. | ||
|
||
install.dsp | ||
This file (the project file) contains information at the project level and | ||
is used to build a single project or subproject. Other users can share the | ||
project (.dsp) file, but they should export the makefiles locally. | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
Other standard files: | ||
|
||
StdAfx.h, StdAfx.cpp | ||
These files are used to build a precompiled header (PCH) file | ||
named install.pch and a precompiled types file named StdAfx.obj. | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
Other notes: | ||
|
||
AppWizard uses "TODO:" to indicate parts of the source code you | ||
should add to or customize. | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
======================================================================== | ||
WIN32 APPLICATION : install | ||
======================================================================== | ||
AppWizard has created this install application for you. | ||
This file contains a summary of what you will find in each of the files that | ||
make up your install application. | ||
install.cpp | ||
This is the main application source file. | ||
install.dsp | ||
This file (the project file) contains information at the project level and | ||
is used to build a single project or subproject. Other users can share the | ||
project (.dsp) file, but they should export the makefiles locally. | ||
///////////////////////////////////////////////////////////////////////////// | ||
Other standard files: | ||
StdAfx.h, StdAfx.cpp | ||
These files are used to build a precompiled header (PCH) file | ||
named install.pch and a precompiled types file named StdAfx.obj. | ||
///////////////////////////////////////////////////////////////////////////// | ||
Other notes: | ||
AppWizard uses "TODO:" to indicate parts of the source code you | ||
should add to or customize. | ||
///////////////////////////////////////////////////////////////////////////// |
Oops, something went wrong.