first commit

This commit is contained in:
bing
2026-04-03 11:32:07 +08:00
commit 003be19522
1142 changed files with 185854 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
qmake %QXORM_QMAKE_PARAMS% "./qxServiceClient.pro"
nmake debug
qmake %QXORM_QMAKE_PARAMS% "./qxServiceServer.pro"
nmake debug

View File

@@ -0,0 +1,4 @@
qmake %QXORM_QMAKE_PARAMS% "./qxServiceClient.pro"
nmake release
qmake %QXORM_QMAKE_PARAMS% "./qxServiceServer.pro"
nmake release

View File

@@ -0,0 +1,4 @@
cd "./debug/"
del /F /S /Q "./*.*"
cd "../"
del /F /S /Q "./vc90.pdb"

View File

@@ -0,0 +1,2 @@
cd "./release/"
del /F /S /Q "./*.*"