We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d4d40 commit b8211f6Copy full SHA for b8211f6
tools/pmtech.lua
@@ -6,14 +6,16 @@ if platform == "win32" then
6
prebuildcommands
7
{
8
"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"
10
}
11
linkoptions {
12
"/DEF:\"pmtech_d.def"
13
14
filter "configurations:Release"
15
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
19
20
21
"/DEF:\"pmtech.def"
0 commit comments