Skip to content

Commit

Permalink
add linux server
Browse files Browse the repository at this point in the history
  • Loading branch information
2bcoder committed May 8, 2013
1 parent 854d5a2 commit 41d7767
Show file tree
Hide file tree
Showing 237 changed files with 54,640 additions and 53,648 deletions.
20 changes: 10 additions & 10 deletions CLEAN.BAT
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


70 changes: 35 additions & 35 deletions Server/install/ReadMe.txt
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.
/////////////////////////////////////////////////////////////////////////////
Loading

0 comments on commit 41d7767

Please sign in to comment.