Fixing slashes.

This commit is contained in:
lotodore
2012-10-26 18:44:16 +02:00
parent 8b116259a7
commit 7b1abab3a3
+2 -2
View File
@@ -106,8 +106,8 @@ win32 {
DEFINES += _WIN32_WINNT=0x0501
}
unix : !mac {
system(protoc pokerth.proto --cpp_out=src\third_party\protobuf)
system(protoc pokerth.proto --java_out=tests\src)
system(protoc pokerth.proto --cpp_out=src/third_party/protobuf)
system(protoc pokerth.proto --java_out=tests/src)
}
mac {
# make it x86_64 only