24 lines
539 B
Batchfile
24 lines
539 B
Batchfile
cl /Fe:compiled\Foo.exe source\Foo.c /Zi /Od /link /MACHINE:X64
|
|
|
|
cl /Fe:compiled\GetOpenFileNameA.exe comdlg32.lib source\GetOpenFileNameA.c /Zi /Od /link /MACHINE:X64
|
|
|
|
cl /Fe:compiled\IFileDialog.exe uuid.lib ole32.lib source\IFileDialog.c /Zi /Od /link /MACHINE:X64
|
|
|
|
qmake source\QT_getOpenFileContent.pro
|
|
nmake
|
|
|
|
qmake source\QT_getOpenFileName.pro
|
|
nmake
|
|
|
|
qmake source\QT_getOpenFileNames.pro
|
|
nmake
|
|
|
|
qmake source\QT_getOpenFileUrl.pro
|
|
nmake
|
|
|
|
qmake source\QT_getOpenFileUrls.pro
|
|
nmake
|
|
|
|
qmake source\QT_TestLib.pro
|
|
nmake -f Makefile.Debug
|