Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
251 bj 1
xcopy /Y "%GEL_LIB%\CGLA.lib" current\lib\
2
xcopy /Y "%GEL_LIB%\Geometry.lib" current\lib\
3
xcopy /Y "%GEL_LIB%\GLGraphics.lib" current\lib\
4
xcopy /Y "%GEL_LIB%\HMesh.lib" current\lib\
5
xcopy /Y "%GEL_LIB%\LinAlg.lib" current\lib\
6
xcopy /Y "%GEL_LIB%\Util.lib" current\lib\
7
 
8
xcopy /Y "%GEL_INCLUDE%\CGLA\*.h" current\include\CGLA\
9
xcopy /Y "%GEL_INCLUDE%\Geometry\*.h" current\include\Geometry\
10
xcopy /Y "%GEL_INCLUDE%\GLGraphics\*.h" current\include\GLGraphics\
11
xcopy /Y "%GEL_INCLUDE%\HMesh\*.h" current\include\HMesh\HMesh\
12
xcopy /Y "%GEL_INCLUDE%\LinAlg\*.h" current\include\LinAlg\
13
xcopy /Y "%GEL_INCLUDE%\Util\*.h" current\include\Util\
14