Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

nmake

Use the same makefile for make (Linux) and nmake (Windows)

January 4, 2024 by Tarik

It’s probably not impossible, but most likely so hard that it would be easier to write two makefiles anyway. Both GNU make (used in Linux) and nmake have include directives though, so some common things can be put in a common makefile that is included by the main makefile.

Categories c Tags c++, makefile, nmake Leave a comment

How to install PyQt5 on Windows?

December 20, 2023 by Tarik

Mainly I use the following command under the cmd pip install pyqt5 And it works with no problem!

Categories python Tags nmake, pyqt5, python, qt, windows Leave a comment

How do I utilise all the cores for nmake?

March 26, 2023 by Tarik

Another generic, non-Qt-related way to tell nmake to use all the cores is to set environmental variable CL to /MP: set CL=/MP nmake will use all the CPU cores.

Categories c++ Tags c++, eclipse, multicore, nmake, qt Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa