mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-26 00:47:54 +03:00
Building 'test/test.pje' with the SDK compiler produces a file at 'test/Run/test.ain' which can be run with xsystem4 to test various features. Not the greatest testing method, but it works.
27 lines
326 B
Plaintext
Executable File
27 lines
326 B
Plaintext
Executable File
ProjectName = "test"
|
|
|
|
Formation "Debug" {
|
|
Define = "DEBUG"
|
|
}
|
|
Formation "Release" {
|
|
Define = "RELEASE"
|
|
}
|
|
|
|
CodeName = "test.ain"
|
|
|
|
GameVersion = 100
|
|
|
|
SourceDir = "Source"
|
|
HLLDir = "HLL"
|
|
ObjDir = "OBJ"
|
|
OutputDir = "Run"
|
|
|
|
SystemSource = {
|
|
"System\System.inc",
|
|
}
|
|
|
|
Source = {
|
|
"test.inc",
|
|
}
|
|
|