Changeset 1138
- Timestamp:
- Mar 14, 2013, 8:52:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/env.tpl.cmd
r1133 r1138 25 25 'set MYSQL_ROOT=D:\Coding\mysql\mysql51' 26 26 'set MYSQL_INCLUDEPATH=%MYSQL_ROOT%\include' 27 'set MYSQL_LIBS=-L%MYSQL_ROOT%\lib -lmysqlclient _r-L%UNIXROOT%\usr\lib -llibssl -llibcrypto -lpthread'27 'set MYSQL_LIBS=-L%MYSQL_ROOT%\lib -lmysqlclient -L%UNIXROOT%\usr\lib -llibssl -llibcrypto -lpthread' 28 28 29 29 /* PostgresSQL libraries */ … … 35 35 'set MAKE_JOBS=3' 36 36 37 /* Make shell must be CMD.EXE for now */ 38 'set MAKESHELL=cmd.exe' 39 37 40 parse arg args 38 41 if (strip(args) \== '') then
Note:
See TracChangeset
for help on using the changeset viewer.