mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
(based on cipherCOM's repo commit d3d8934) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
13 lines
220 B
Text
13 lines
220 B
Text
// -*- MPC -*-
|
|
// $Id: bin.mpc 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
project(bin) : aceexe, script {
|
|
exename = envinfo
|
|
Source_Files {
|
|
envinfo.cpp
|
|
}
|
|
Script_Files {
|
|
auto_run_tests.pl
|
|
ace_tests.lst
|
|
}
|
|
}
|