make.bat | make.bat | |||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
REM it under the terms of the GNU General Public License as published by | REM it under the terms of the GNU General Public License as published by | |||
REM the Free Software Foundation; version 2 of the License. | REM the Free Software Foundation; version 2 of the License. | |||
REM | REM | |||
REM This program is distributed in the hope that it will be useful, | REM This program is distributed in the hope that it will be useful, | |||
REM but WITHOUT ANY WARRANTY; without even the implied warranty of | REM but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
REM GNU General Public License for more details. | REM GNU General Public License for more details. | |||
REM | REM | |||
REM You should have received a copy of the GNU General Public License | REM You should have received a copy of the GNU General Public License | |||
REM along with this program; if not, write to the Free Software | REM along with this program; if not, write to the Free Software | |||
REM Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | REM Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 1, USA | |||
REM quick and dirty build file for testing different MSDEVs | REM quick and dirty build file for testing different MSDEVs | |||
setlocal | setlocal | |||
set myFLAGS= /I../include /I../mySTL /c /W3 /G6 /O2 | set myFLAGS= /I../include /I../mySTL /c /W3 /G6 /O2 | |||
cl %myFLAGS% test.cpp | cl %myFLAGS% test.cpp | |||
link.exe /out:test.exe ../src/taocrypt.lib test.obj advapi32.lib | link.exe /out:test.exe ../src/taocrypt.lib test.obj advapi32.lib | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |