Skip to content

Commit b8211f6

Browse files
committed
- add dir print to debug issue with missing .def file
1 parent b6d4d40 commit b8211f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/pmtech.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ if platform == "win32" then
66
prebuildcommands
77
{
88
"py -3 ../../../tools/pmbuild_ext/libdef.py ../../../core/put/lib/win32/debug/put.lib ../../../core/pen/lib/win32/debug/pen.lib -o pmtech_d.def",
9+
"dir"
910
}
1011
linkoptions {
1112
"/DEF:\"pmtech_d.def"
1213
}
1314
filter "configurations:Release"
1415
prebuildcommands
1516
{
16-
"py -3 ../../../tools/pmbuild_ext/libdef.py ../../../core/put/lib/win32/release/put.lib ../../../core/pen/lib/win32/release/pen.lib -o pmtech.def"
17+
"py -3 ../../../tools/pmbuild_ext/libdef.py ../../../core/put/lib/win32/release/put.lib ../../../core/pen/lib/win32/release/pen.lib -o pmtech.def",
18+
"dir"
1719
}
1820
linkoptions {
1921
"/DEF:\"pmtech.def"

0 commit comments

Comments
 (0)